diff --git a/geospatial/__init__.py b/geospatial/__init__.py index 159b26a..1f83b14 100644 --- a/geospatial/__init__.py +++ b/geospatial/__init__.py @@ -2,4 +2,4 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.10.5" +__version__ = "0.11.0" diff --git a/pyproject.toml b/pyproject.toml index f06332e..720d34b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "geospatial" -version = "0.10.5" +version = "0.11.0" dynamic = [ "dependencies", ] @@ -44,7 +44,7 @@ dependencies = {file = ["requirements.txt"]} universal = true [tool.bumpversion] -current_version = "0.10.5" +current_version = "0.11.0" commit = true tag = true