Skip to content

Commit d92445c

Browse files
committed
Bump version: 3.0.1 → 3.1.0
1 parent 66d255d commit d92445c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ name = "Removals"
125125
showcontent = true
126126

127127
[tool.bumpversion]
128-
current_version = "3.0.1"
128+
current_version = "3.1.0"
129129
parse = """
130130
(?P<major>\\d+)
131131
\\.(?P<minor>\\d+)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
setup(
3737
name="trie",
3838
# *IMPORTANT*: Don't manually change the version here. Use the 'bump-my-version' utility.
39-
version="3.0.1",
39+
version="3.1.0",
4040
description="""Python implementation of the Ethereum Trie structure""",
4141
long_description=long_description,
4242
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)