diff --git a/setup.cfg b/setup.cfg index d4b660a..ff2e9cb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.7 +current_version = 0.0.8 commit = True tag = True diff --git a/setup.py b/setup.py index 24fabde..0b6bfe9 100644 --- a/setup.py +++ b/setup.py @@ -68,6 +68,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/OuyangWenyu/torchhydro", - version='0.0.7', + version='0.0.8', zip_safe=False, ) diff --git a/torchhydro/__init__.py b/torchhydro/__init__.py index 45d0a66..7446214 100644 --- a/torchhydro/__init__.py +++ b/torchhydro/__init__.py @@ -12,7 +12,7 @@ __author__ = """Wenyu Ouyang""" __email__ = "wenyuouyang@outlook.com" -__version__ = '0.0.7' +__version__ = '0.0.8' from pathlib import Path import yaml