Skip to content

Commit edf610c

Browse files
committed
Bump version: 1.4.0 → 1.4.1
1 parent f56a4f3 commit edf610c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
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
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
setup,
66
)
77

8-
VERSION = "1.4.0"
8+
VERSION = "1.4.1"
99
DESCRIPTION = 'Python SDK for Conflux network'
1010
with open('./README.md') as readme:
1111
long_description = readme.read()

tests/base_features/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
def test_api_version(w3):
2-
expected_version = "1.4.0"
2+
expected_version = "1.4.1"
33
if "beta" not in expected_version:
44
assert w3.api.startswith(expected_version)

0 commit comments

Comments
 (0)