diff --git a/procountor/__init__.py b/procountor/__init__.py index d587082..5849dd0 100644 --- a/procountor/__init__.py +++ b/procountor/__init__.py @@ -4,4 +4,4 @@ __author__ = """Joonas Maliniemi, Tero Kotti""" __email__ = 'joonas@vilkas.fi, tero@vilkas.fi' -__version__ = '2.2.1' +__version__ = '2.2.2' diff --git a/setup.cfg b/setup.cfg index 502d98a..4697b16 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.1 +current_version = 2.2.2 commit = True tag = True diff --git a/setup.py b/setup.py index 0e37e6a..72cac71 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='Procountor', - version='2.2.1', + version='2.2.2', description="Python library for calling Procountor REST API", long_description=readme + '\n\n' + history, author="Joonas Maliniemi",