From 9b30c9f73cd9ea8b6457295619c85c53174d9c1f Mon Sep 17 00:00:00 2001 From: Maxbey Date: Fri, 17 Aug 2018 13:46:30 +0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.10=20=E2=86=92=201.2.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- termius/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7016a9d..d0bfe93 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.10 +current_version = 1.2.11 commit = True tag = True diff --git a/termius/__init__.py b/termius/__init__.py index 9da0707..bb3ced3 100644 --- a/termius/__init__.py +++ b/termius/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Package with CLI tool and API.""" -__version__ = '1.2.10' +__version__ = '1.2.11'