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 f97cfc9 commit fca2de6Copy full SHA for fca2de6
pyproject.toml
@@ -140,7 +140,7 @@ name = "Removals"
140
showcontent = true
141
142
[tool.bumpversion]
143
-current_version = "5.3.13"
+current_version = "5.3.14"
144
parse = """
145
(?P<major>\\d+)
146
\\.(?P<minor>\\d+)
setup.py
@@ -98,7 +98,7 @@
98
setup(
99
name="faster-eth-utils",
100
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
101
- version="5.3.13",
+ version="5.3.14",
102
description=(
103
"""A fork of eth-utils: Common utility functions for python code that interacts with Ethereum, implemented in C"""
104
),
0 commit comments