Skip to content

Commit 1a9b671

Browse files
committed
Bump version: 0.9.5 → 0.10.0
1 parent db96604 commit 1a9b671

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pygis/__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.9.5"
5+
__version__ = "0.10.0"

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 = "pygis"
7-
version = "0.9.5"
7+
version = "0.10.0"
88
dynamic = [
99
"dependencies",
1010
]
@@ -46,7 +46,7 @@ all = ["pygis[raster,vector,lidar]"]
4646
universal = true
4747

4848
[tool.bumpversion]
49-
current_version = "0.9.5"
49+
current_version = "0.10.0"
5050
commit = true
5151
tag = true
5252

0 commit comments

Comments
 (0)