Skip to content

Commit

Permalink
Bump version: 0.10.5 → 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Sep 22, 2024
1 parent 408cfc8 commit 6fcb9f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion geospatial/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Qiusheng Wu"""
__email__ = "giswqs@gmail.com"
__version__ = "0.10.5"
__version__ = "0.11.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "geospatial"
version = "0.10.5"
version = "0.11.0"
dynamic = [
"dependencies",
]
Expand Down Expand Up @@ -44,7 +44,7 @@ dependencies = {file = ["requirements.txt"]}
universal = true

[tool.bumpversion]
current_version = "0.10.5"
current_version = "0.11.0"
commit = true
tag = true

Expand Down

0 comments on commit 6fcb9f1

Please sign in to comment.