Skip to content

Commit b5f793a

Browse files
committed
Bump version: 2.2.0 → 2.3.0
1 parent f80e4ed commit b5f793a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.2.0
2+
current_version = 2.3.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
test_suite='tests',
5050
tests_require=test_requirements,
5151
url='https://github.com/giswqs/whitebox',
52-
version='2.2.0',
52+
version='2.3.0',
5353
zip_safe=False,
5454
)

whitebox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = """Qiusheng Wu"""
66
__email__ = 'giswqs@gmail.com'
7-
__version__ = '2.2.0'
7+
__version__ = '2.3.0'
88

99
from .whitebox import *
1010

0 commit comments

Comments
 (0)