diff --git a/setup.cfg b/setup.cfg index 9a11168..3a5e6e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.1 +current_version = 0.6.2 commit = True tag = True diff --git a/setup.py b/setup.py index 62930fc..a5c5d0a 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/peterk87/xlavir', - version='0.6.1', + version='0.6.2', zip_safe=False, ) diff --git a/xlavir/__init__.py b/xlavir/__init__.py index 86d7d69..c765285 100644 --- a/xlavir/__init__.py +++ b/xlavir/__init__.py @@ -2,4 +2,4 @@ __author__ = """Peter Kruczkiewicz""" __email__ = 'peter.kruczkiewicz@gmail.com' -__version__ = '0.6.1' +__version__ = '0.6.2'