Skip to content

Commit 3e3a310

Browse files
committed
Bump version: 0.11.0 → 0.11.1
1 parent f0bea35 commit 3e3a310

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "segment-geospatial"
7-
version = "0.11.0"
7+
version = "0.11.1"
88
dynamic = [
99
"dependencies",
1010
]
@@ -41,7 +41,7 @@ dependencies = {file = ["requirements.txt"]}
4141
universal = true
4242

4343
[tool.bumpversion]
44-
current_version = "0.11.0"
44+
current_version = "0.11.1"
4545
commit = true
4646
tag = true
4747

samgeo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Qiusheng Wu"""
44
__email__ = "[email protected]"
5-
__version__ = "0.11.0"
5+
__version__ = "0.11.1"
66

77

88
from .samgeo import *

0 commit comments

Comments
 (0)