Skip to content

Commit f4144aa

Browse files
committed
Bump version: 0.10.8 → 0.11.0
1 parent fdf90d0 commit f4144aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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__ = "0.10.8"
5+
__version__ = "0.11.0"
66

77

88
from .samgeo import *

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.10.8
2+
current_version = 0.11.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
test_suite="tests",
5858
tests_require=test_requirements,
5959
url="https://github.com/opengeos/segment-geospatial",
60-
version="0.10.8",
60+
version="0.11.0",
6161
zip_safe=False,
6262
)

0 commit comments

Comments
 (0)