diff --git a/samgeo/__init__.py b/samgeo/__init__.py index 34aca7a3..a060d6ee 100644 --- a/samgeo/__init__.py +++ b/samgeo/__init__.py @@ -2,7 +2,7 @@ __author__ = """Qiusheng Wu""" __email__ = "giswqs@gmail.com" -__version__ = "0.10.8" +__version__ = "0.11.0" from .samgeo import * diff --git a/setup.cfg b/setup.cfg index 4063c4f8..16bf241c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.8 +current_version = 0.11.0 commit = True tag = True diff --git a/setup.py b/setup.py index 0ca1412a..06f2d7c4 100644 --- a/setup.py +++ b/setup.py @@ -57,6 +57,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/opengeos/segment-geospatial", - version="0.10.8", + version="0.11.0", zip_safe=False, )