diff --git a/erepublik/__init__.py b/erepublik/__init__.py index 60730b3..24ceb22 100644 --- a/erepublik/__init__.py +++ b/erepublik/__init__.py @@ -4,8 +4,8 @@ __author__ = """Eriks Karls""" __email__ = 'eriks@72.lv' -__version__ = '0.20.3.5' -__commit_id__ = "81bd09e" +__version__ = '0.20.3.6' +__commit_id__ = "ffbbd25" from erepublik import classes, utils, constants from erepublik.citizen import Citizen diff --git a/setup.cfg b/setup.cfg index c47e10a..9bed0b1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.20.3.5 +current_version = 0.20.3.6 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)\.?(?P\d+)? diff --git a/setup.py b/setup.py index ae6efdf..cb94edb 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,6 @@ setup( test_suite='tests', tests_require=test_requirements, url='https://github.com/eeriks/erepublik/', - version='0.20.3.5', + version='0.20.3.6', zip_safe=False, )