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'