Skip to content

Commit bb8dd8e

Browse files
committed
Bump version: 1.3.1 → 1.3.2
1 parent e4d42a0 commit bb8dd8e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 = "1.3.1"
7+
version = "1.3.2"
88
dynamic = [
99
"dependencies",
1010
]
@@ -117,7 +117,7 @@ dependencies = {file = ["requirements.txt"]}
117117
universal = true
118118

119119
[tool.bumpversion]
120-
current_version = "1.3.1"
120+
current_version = "1.3.2"
121121
commit = true
122122
tag = true
123123

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__ = "giswqs@gmail.com"
5-
__version__ = "1.3.1"
5+
__version__ = "1.3.2"
66

77

88
from .samgeo import * # noqa: F403

0 commit comments

Comments
 (0)