From 42d187a891f65aea176ff23db378d51b2ce8cb3c Mon Sep 17 00:00:00 2001 From: Rivo Laks Date: Mon, 11 Jan 2016 15:02:32 +0000 Subject: [PATCH] Prepare for 0.1.1 release --- HISTORY.rst | 2 +- setup.cfg | 2 +- tg_utils/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index dd24a9a..c505c4e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -0.1.0 (2016-01-13) +0.1.1 (2016-01-11) ------------------ * First release on PyPI. diff --git a/setup.cfg b/setup.cfg index 31309e2..beac72e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True diff --git a/tg_utils/__init__.py b/tg_utils/__init__.py index 5ded72c..fcd971a 100644 --- a/tg_utils/__init__.py +++ b/tg_utils/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Thorgate' __email__ = 'code@thorgate.eu' -__version__ = '0.1.0' +__version__ = '0.1.1'