diff --git a/hypercoast/__init__.py b/hypercoast/__init__.py index 24bfcdf..c3fed61 100644 --- a/hypercoast/__init__.py +++ b/hypercoast/__init__.py @@ -6,7 +6,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.7.4" +__version__ = "0.7.5" from .hypercoast import * diff --git a/pyproject.toml b/pyproject.toml index 68f52c7..e9e2ffd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "HyperCoast" -version = "0.7.4" +version = "0.7.5" dynamic = [ "dependencies", ] @@ -54,7 +54,7 @@ universal = true [tool.bumpversion] -current_version = "0.7.4" +current_version = "0.7.5" commit = true tag = true