From 7f8e3aaea3a7467c3d18cec9b09686eaa347e1e4 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Wed, 17 Jan 2024 23:16:13 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.0=20=E2=86=92=200.10.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- geospatial/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/geospatial/__init__.py b/geospatial/__init__.py index 97dcf68..b4b1dc5 100644 --- a/geospatial/__init__.py +++ b/geospatial/__init__.py @@ -2,4 +2,4 @@ __author__ = """Qiusheng Wu""" __email__ = 'giswqs@gmail.com' -__version__ = '0.9.0' +__version__ = '0.10.0' diff --git a/setup.cfg b/setup.cfg index 1525d49..a72f7f5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0 +current_version = 0.10.0 commit = True tag = True diff --git a/setup.py b/setup.py index 1ace3df..b32ba45 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/opengeos/geospatial', - version='0.9.0', + version='0.10.0', zip_safe=False, )