We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f519d7d commit 7eef408Copy full SHA for 7eef408
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.1.1
+current_version = 3.0.0
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
setup.py
@@ -37,7 +37,7 @@
37
setup(
38
name="trie",
39
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
40
- version="2.1.1",
+ version="3.0.0",
41
description="""Python implementation of the Ethereum Trie structure""",
42
long_description=long_description,
43
long_description_content_type="text/markdown",
0 commit comments