diff --git a/cjio_dbexport/__init__.py b/cjio_dbexport/__init__.py index ac231a6..6d000a5 100644 --- a/cjio_dbexport/__init__.py +++ b/cjio_dbexport/__init__.py @@ -2,4 +2,4 @@ __author__ = """Balázs Dukai""" __email__ = 'b.dukai@tudelft.nl' -__version__ = '0.9.1' +__version__ = '0.9.2' diff --git a/setup.cfg b/setup.cfg index 72e171c..2f4a2fe 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 37f334e..a34c5ac 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/balazsdukai/cjio_dbexport', - version='0.9.1', + version='0.9.2', zip_safe=False, )