From cec3a082de6750c434a776697314369a3921c552 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Wed, 27 Jul 2022 10:08:07 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.1.3=20=E2=86=92=202.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- whitebox/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index be3f898..ed6fe49 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.3 +current_version = 2.1.4 commit = True tag = True diff --git a/setup.py b/setup.py index 0edefee..1aaca6b 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/giswqs/whitebox', - version='2.1.3', + version='2.1.4', zip_safe=False, ) diff --git a/whitebox/__init__.py b/whitebox/__init__.py index d640a0c..a6ae0f2 100755 --- a/whitebox/__init__.py +++ b/whitebox/__init__.py @@ -4,7 +4,7 @@ __author__ = """Qiusheng Wu""" __email__ = 'giswqs@gmail.com' -__version__ = '2.1.3' +__version__ = '2.1.4' from .whitebox import *