We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d42a0 commit bb8dd8eCopy full SHA for bb8dd8e
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "segment-geospatial"
7
-version = "1.3.1"
+version = "1.3.2"
8
dynamic = [
9
"dependencies",
10
]
@@ -117,7 +117,7 @@ dependencies = {file = ["requirements.txt"]}
117
universal = true
118
119
[tool.bumpversion]
120
-current_version = "1.3.1"
+current_version = "1.3.2"
121
commit = true
122
tag = true
123
samgeo/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """Qiusheng Wu"""
__email__ = "giswqs@gmail.com"
-__version__ = "1.3.1"
+__version__ = "1.3.2"
from .samgeo import * # noqa: F403
0 commit comments