Skip to content

Commit e6299c5

Browse files
committed
Bump version: 0.12.6 → 0.13.0
1 parent e54c3f0 commit e6299c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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 = "segment-geospatial"
7-
version = "0.12.6"
7+
version = "0.13.0"
88
dynamic = [
99
"dependencies",
1010
]
@@ -96,7 +96,7 @@ dependencies = {file = ["requirements.txt"]}
9696
universal = true
9797

9898
[tool.bumpversion]
99-
current_version = "0.12.6"
99+
current_version = "0.13.0"
100100
commit = true
101101
tag = true
102102

samgeo/__init__.py

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

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

77

88
from .samgeo import * # noqa: F403

0 commit comments

Comments
 (0)