Skip to content

Commit f9e28b2

Browse files
committed
Bump version: 0.9.1 → 0.9.2
1 parent 850415e commit f9e28b2

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.1"
5+
__version__ = "0.9.2"

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.1"
7+
version = "0.9.2"
88
dynamic = [
99
"dependencies",
1010
]
@@ -45,7 +45,7 @@ all = ["pygis[raster,vector]"]
4545
universal = true
4646

4747
[tool.bumpversion]
48-
current_version = "0.9.1"
48+
current_version = "0.9.2"
4949
commit = true
5050
tag = true
5151

0 commit comments

Comments
 (0)