diff --git a/geospatial_ml/__init__.py b/geospatial_ml/__init__.py index a02c465..1bed9f3 100644 --- a/geospatial_ml/__init__.py +++ b/geospatial_ml/__init__.py @@ -2,4 +2,4 @@ __author__ = """Qiusheng Wu""" __email__ = 'giswqs@gmail.com' -__version__ = '0.1.1' +__version__ = '0.1.2' diff --git a/setup.cfg b/setup.cfg index 80849e6..55f02d0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True diff --git a/setup.py b/setup.py index 03ccb79..3f91b7c 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/giswqs/geospatial-ml', - version='0.1.1', + version='0.1.2', zip_safe=False, )