From 73c5fdf75f2aae928e78415cc6d4d4a4256c6130 Mon Sep 17 00:00:00 2001 From: Maxim Beiner Date: Sun, 16 Jul 2017 15:20:45 +0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.1=20=E2=86=92=201.1.2?= 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 360f80d..1fad0b5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.1 +current_version = 1.1.2 commit = True tag = True diff --git a/termius/__init__.py b/termius/__init__.py index 367c8b4..1e6c5f5 100644 --- a/termius/__init__.py +++ b/termius/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """Package with CLI tool and API.""" -__version__ = '1.1.1' +__version__ = '1.1.2'