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 5eb63f0 commit 32767efCopy full SHA for 32767ef
geospatial/__init__.py
@@ -2,4 +2,4 @@
2
3
__author__ = """Qiusheng Wu"""
4
__email__ = "giswqs@gmail.com"
5
-__version__ = "0.11.5"
+__version__ = "0.11.6"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
6
name = "geospatial"
7
-version = "0.11.5"
+version = "0.11.6"
8
dynamic = [
9
"dependencies",
10
]
@@ -44,7 +44,7 @@ dependencies = {file = ["requirements.txt"]}
44
universal = true
45
46
[tool.bumpversion]
47
-current_version = "0.11.5"
+current_version = "0.11.6"
48
commit = true
49
tag = true
50
0 commit comments