diff --git a/hypercoast/__init__.py b/hypercoast/__init__.py index f011d1f7..1ee969f6 100644 --- a/hypercoast/__init__.py +++ b/hypercoast/__init__.py @@ -6,7 +6,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.8.2" +__version__ = "0.9.0" from .hypercoast import * diff --git a/pyproject.toml b/pyproject.toml index f0e759b7..8920011b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "HyperCoast" -version = "0.8.2" +version = "0.9.0" dynamic = [ "dependencies", ] @@ -56,7 +56,7 @@ universal = true [tool.bumpversion] -current_version = "0.8.2" +current_version = "0.9.0" commit = true tag = true