We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f0a8c commit 216cd15Copy full SHA for 216cd15
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "segment-geospatial"
7
-version = "0.12.3"
+version = "0.12.4"
8
dynamic = [
9
"dependencies",
10
]
@@ -41,7 +41,7 @@ dependencies = {file = ["requirements.txt"]}
41
universal = true
42
43
[tool.bumpversion]
44
-current_version = "0.12.3"
+current_version = "0.12.4"
45
commit = true
46
tag = true
47
samgeo/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """Qiusheng Wu"""
__email__ = "giswqs@gmail.com"
-__version__ = "0.12.3"
+__version__ = "0.12.4"
from .samgeo import *
0 commit comments