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