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 e54c3f0 commit e6299c5Copy full SHA for e6299c5
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "segment-geospatial"
7
-version = "0.12.6"
+version = "0.13.0"
8
dynamic = [
9
"dependencies",
10
]
@@ -96,7 +96,7 @@ dependencies = {file = ["requirements.txt"]}
96
universal = true
97
98
[tool.bumpversion]
99
-current_version = "0.12.6"
+current_version = "0.13.0"
100
commit = true
101
tag = true
102
samgeo/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """Qiusheng Wu"""
__email__ = "[email protected]"
-__version__ = "0.12.6"
+__version__ = "0.13.0"
from .samgeo import * # noqa: F403
0 commit comments