diff --git a/prosemble/__init__.py b/prosemble/__init__.py index c872e59..83ba6dc 100644 --- a/prosemble/__init__.py +++ b/prosemble/__init__.py @@ -8,4 +8,4 @@ __author__ = """Nana Abeka Otoo""" __email__ = 'nanaabekaotoo@gmail.com' -__version__ = '0.9.1' +__version__ = '0.9.2' diff --git a/setup.cfg b/setup.cfg index 968ee20..2957f35 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.1 +current_version = 0.9.2 commit = True tag = True diff --git a/setup.py b/setup.py index 0f4da37..87a82c1 100644 --- a/setup.py +++ b/setup.py @@ -63,6 +63,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/naotoo1/prosemble', - version='0.9.1', + version='0.9.2', zip_safe=False, )