Skip to content

Commit 23d8886

Browse files
committed
Bump version: 1.4.0 → 1.4.1
1 parent 5576c48 commit 23d8886

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

setup.cfg

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

@@ -18,4 +18,3 @@ universal = 1
1818
exclude = docs
1919

2020
[aliases]
21-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
test_suite='tests',
4848
tests_require=test_requirements,
4949
url='https://github.com/giswqs/whitebox',
50-
version='1.4.0',
50+
version='1.4.1',
5151
zip_safe=False,
5252
)

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__ = '1.4.0'
7+
__version__ = '1.4.1'
88

99
from .whitebox_tools import WhiteboxTools
1010
from .wb_runner import Runner

0 commit comments

Comments
 (0)