diff --git a/hydroutils/__init__.py b/hydroutils/__init__.py index dc1ff21..d4b953c 100644 --- a/hydroutils/__init__.py +++ b/hydroutils/__init__.py @@ -10,6 +10,6 @@ __author__ = """Wenyu Ouyang""" __email__ = 'wenyuouyang@outlook.com' -__version__ = '0.0.10' +__version__ = '0.0.11' from .hydro_log import * diff --git a/setup.cfg b/setup.cfg index fee228c..2b290e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.10 +current_version = 0.0.11 commit = True tag = True diff --git a/setup.py b/setup.py index 4e31e13..f55f787 100644 --- a/setup.py +++ b/setup.py @@ -99,7 +99,7 @@ def run(self): test_suite="tests", tests_require=test_requirements, url="https://github.com/OuyangWenyu/hydroutils", - version='0.0.10', + version='0.0.11', zip_safe=False, cmdclass={ "install": PostInstallCommand,