Skip to content

Commit 32767ef

Browse files
committed
Bump version: 0.11.5 → 0.11.6
1 parent 5eb63f0 commit 32767ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

geospatial/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Qiusheng Wu"""
44
__email__ = "giswqs@gmail.com"
5-
__version__ = "0.11.5"
5+
__version__ = "0.11.6"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "geospatial"
7-
version = "0.11.5"
7+
version = "0.11.6"
88
dynamic = [
99
"dependencies",
1010
]
@@ -44,7 +44,7 @@ dependencies = {file = ["requirements.txt"]}
4444
universal = true
4545

4646
[tool.bumpversion]
47-
current_version = "0.11.5"
47+
current_version = "0.11.6"
4848
commit = true
4949
tag = true
5050

0 commit comments

Comments
 (0)