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 66d255d commit d92445cCopy full SHA for d92445c
pyproject.toml
@@ -125,7 +125,7 @@ name = "Removals"
125
showcontent = true
126
127
[tool.bumpversion]
128
-current_version = "3.0.1"
+current_version = "3.1.0"
129
parse = """
130
(?P<major>\\d+)
131
\\.(?P<minor>\\d+)
setup.py
@@ -36,7 +36,7 @@
36
setup(
37
name="trie",
38
# *IMPORTANT*: Don't manually change the version here. Use the 'bump-my-version' utility.
39
- version="3.0.1",
+ version="3.1.0",
40
description="""Python implementation of the Ethereum Trie structure""",
41
long_description=long_description,
42
long_description_content_type="text/markdown",
0 commit comments