We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a38a5 commit f9bda8aCopy full SHA for f9bda8a
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.3.0
+current_version = 2.3.1
3
commit = True
4
tag = True
5
setup.py
@@ -49,6 +49,6 @@
49
test_suite='tests',
50
tests_require=test_requirements,
51
url='https://github.com/giswqs/whitebox',
52
- version='2.3.0',
+ version='2.3.1',
53
zip_safe=False,
54
)
whitebox/__init__.py
@@ -4,7 +4,7 @@
__author__ = """Qiusheng Wu"""
6
__email__ = 'giswqs@gmail.com'
7
-__version__ = '2.3.0'
+__version__ = '2.3.1'
8
9
from .whitebox import *
10
0 commit comments