Skip to content

Commit

Permalink
Bump version: 1.2.3 → 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
darwintree committed Aug 29, 2024
1 parent a3da4a3 commit 4cafe80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.3
current_version = 1.2.4
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setup,
)

VERSION = "1.2.3"
VERSION = "1.2.4"
DESCRIPTION = 'Python SDK for Conflux network'
with open('./README.md') as readme:
long_description = readme.read()
Expand Down
2 changes: 1 addition & 1 deletion tests/base_features/test_api.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def test_api_version(w3):
assert w3.api.startswith("1.2.3")
assert w3.api.startswith("1.2.4")

0 comments on commit 4cafe80

Please sign in to comment.