diff --git a/savify/__init__.py b/savify/__init__.py index 1df94e7..0a4b245 100644 --- a/savify/__init__.py +++ b/savify/__init__.py @@ -13,7 +13,7 @@ __title__ = 'Savify' __author__ = """Laurence Rawlings""" __email__ = 'contact@laurencerawlings.com' -__version__ = '2.0.9' +__version__ = '2.0.10' __license__ = 'MIT' __docformat__ = 'restructuredtext en' diff --git a/setup.cfg b/setup.cfg index 5c7f8d9..007152d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.9 +current_version = 2.0.10 commit = True tag = True diff --git a/setup.py b/setup.py index 6e014ea..481adf3 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/LaurenceRawlings/savify', - version='2.0.9', + version='2.0.10', zip_safe=False, )