From 1b6c59a35589fb3ce4d978ad0ee39fa89867b3f9 Mon Sep 17 00:00:00 2001 From: Martin Raspaud Date: Wed, 11 Apr 2018 14:13:22 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- mipp/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e582466..fac9330 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.1.0 commit = True tag = True diff --git a/mipp/version.py b/mipp/version.py index 27533cc..898a501 100644 --- a/mipp/version.py +++ b/mipp/version.py @@ -25,4 +25,4 @@ """Version file. """ -__version__ = "v1.0.0" +__version__ = "v1.1.0"