diff --git a/hydrodataset/__init__.py b/hydrodataset/__init__.py index a72ba7e..edebcbc 100644 --- a/hydrodataset/__init__.py +++ b/hydrodataset/__init__.py @@ -15,7 +15,7 @@ __author__ = """Wenyu Ouyang""" __email__ = "wenyuouyang@outlook.com" -__version__ = '0.1.9' +__version__ = '0.1.10' SETTING_FILE = os.path.join(Path.home(), "hydro_setting.yml") diff --git a/setup.cfg b/setup.cfg index a5cf595..cb74d64 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.9 +current_version = 0.1.10 commit = True tag = True diff --git a/setup.py b/setup.py index 4ab7d22..e8b0d0d 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/OuyangWenyu/hydrodataset", - version='0.1.9', + version='0.1.10', zip_safe=False, )