diff --git a/hypercoast/__init__.py b/hypercoast/__init__.py index 8a162c7c..ab00f5bc 100644 --- a/hypercoast/__init__.py +++ b/hypercoast/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.5.1" +__version__ = "0.5.2" from .hypercoast import * diff --git a/pyproject.toml b/pyproject.toml index c18a0b7e..3d649dc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "HyperCoast" -version = "0.5.1" +version = "0.5.2" dynamic = [ "dependencies", ] @@ -55,7 +55,7 @@ universal = true [tool.bumpversion] -current_version = "0.5.1" +current_version = "0.5.2" commit = true tag = true