diff --git a/geospatial/__init__.py b/geospatial/__init__.py index 50ee9f3..69e1d69 100644 --- a/geospatial/__init__.py +++ b/geospatial/__init__.py @@ -2,4 +2,4 @@ __author__ = """Qiusheng Wu""" __email__ = 'giswqs@gmail.com' -__version__ = '0.5.6' +__version__ = '0.6.0' diff --git a/setup.cfg b/setup.cfg index 0b7e012..1694eda 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.6 +current_version = 0.6.0 commit = True tag = True diff --git a/setup.py b/setup.py index f6f7ab9..6e790e0 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/giswqs/geospatial', - version='0.5.6', + version='0.6.0', zip_safe=False, )