From 08dc931eb0b4b28e0aab3ba92d5a5d7bd10c4100 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Tue, 25 Oct 2022 21:48:04 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.1.4=20=E2=86=92=202.2.0?= 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 ed6fe49..0dfe5aa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.4 +current_version = 2.2.0 commit = True tag = True diff --git a/setup.py b/setup.py index 1aaca6b..595a325 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.4', + version='2.2.0', zip_safe=False, ) diff --git a/whitebox/__init__.py b/whitebox/__init__.py index a6ae0f2..16ebc00 100755 --- a/whitebox/__init__.py +++ b/whitebox/__init__.py @@ -4,7 +4,7 @@ __author__ = """Qiusheng Wu""" __email__ = 'giswqs@gmail.com' -__version__ = '2.1.4' +__version__ = '2.2.0' from .whitebox import *