diff --git a/pyproject.toml b/pyproject.toml index 8b28dc12..28736d74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "segment-geospatial" -version = "0.11.2" +version = "0.11.3" dynamic = [ "dependencies", ] @@ -41,7 +41,7 @@ dependencies = {file = ["requirements.txt"]} universal = true [tool.bumpversion] -current_version = "0.11.2" +current_version = "0.11.3" commit = true tag = true diff --git a/samgeo/__init__.py b/samgeo/__init__.py index e900f1b0..3f84b1ef 100644 --- a/samgeo/__init__.py +++ b/samgeo/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.11.2" +__version__ = "0.11.3" from .samgeo import *