diff --git a/VERSION b/VERSION index a0cd9f0..50e47c8 100755 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.0 \ No newline at end of file +3.1.1 \ No newline at end of file diff --git a/geo_inference/__init__.py b/geo_inference/__init__.py index de47928..bd06aa0 100755 --- a/geo_inference/__init__.py +++ b/geo_inference/__init__.py @@ -1,4 +1,4 @@ """Geo-inference: Extract features from high-resolution geospatial imagery using foundation models""" __author__ = "Victor Alhassan" -__version__ = "3.1.0" +__version__ = "3.1.1" diff --git a/pyproject.toml b/pyproject.toml index fddba6f..2f61bbb 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ geo_inference = "geo_inference.geo_inference:main" include = ["geo_inference*"] [tool.bumpver] -current_version = "3.1.0" +current_version = "3.1.1" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true