From 48fef100a4c1df50d8483d03342a0d5c888e6eea Mon Sep 17 00:00:00 2001 From: Maxbey Date: Wed, 14 Mar 2018 12:05:21 +0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.9=20=E2=86=92=201.2.10?= 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 e8f919d..7016a9d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.9 +current_version = 1.2.10 commit = True tag = True diff --git a/termius/__init__.py b/termius/__init__.py index 4f9bd04..9da0707 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.9' +__version__ = '1.2.10'