diff --git a/hydromodel/__init__.py b/hydromodel/__init__.py index 56ef178..325acd4 100644 --- a/hydromodel/__init__.py +++ b/hydromodel/__init__.py @@ -15,7 +15,7 @@ __author__ = """Wenyu Ouyang""" __email__ = 'wenyuouyang@outlook.com' -__version__ = '0.2.0' +__version__ = '0.2.1' CACHE_DIR = hydro_file.get_cache_dir() diff --git a/setup.cfg b/setup.cfg index b02c2af..820b791 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 commit = True tag = True diff --git a/setup.py b/setup.py index 32f9c1d..d0664ef 100644 --- a/setup.py +++ b/setup.py @@ -66,6 +66,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/iHeadWater/hydromodel", - version='0.2.0', + version='0.2.1', zip_safe=False, )