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