From 069f84f993c58e5c10fbc689c59f5f5ac7c5a5aa Mon Sep 17 00:00:00 2001 From: Fabian Schindler Date: Mon, 31 Oct 2016 15:20:00 +0100 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 +- minv/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7bea7b8..0664689 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.1 +current_version = 1.1.2 tag = True commit = True diff --git a/minv/__init__.py b/minv/__init__.py index 779cfc8..3672549 100644 --- a/minv/__init__.py +++ b/minv/__init__.py @@ -26,4 +26,4 @@ # ------------------------------------------------------------------------------ -__version__ = "1.1.1" +__version__ = "1.1.2"