diff --git a/hypercoast/__init__.py b/hypercoast/__init__.py index 1ee969f..69a8a7c 100644 --- a/hypercoast/__init__.py +++ b/hypercoast/__init__.py @@ -6,7 +6,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.9.0" +__version__ = "0.10.0" from .hypercoast import * diff --git a/pyproject.toml b/pyproject.toml index d7703df..81bb504 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "HyperCoast" -version = "0.9.0" +version = "0.10.0" dynamic = [ "dependencies", ] @@ -58,7 +58,7 @@ universal = true [tool.bumpversion] -current_version = "0.9.0" +current_version = "0.10.0" commit = true tag = true