Skip to content

Commit 93f7b96

Browse files
chore: bump version to 5.3.13 (#145)
1 parent fa8eb37 commit 93f7b96

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
@@ -139,7 +139,7 @@ name = "Removals"
139139
showcontent = true
140140

141141
[tool.bumpversion]
142-
current_version = "5.3.12"
142+
current_version = "5.3.13"
143143
parse = """
144144
(?P<major>\\d+)
145145
\\.(?P<minor>\\d+)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
setup(
9696
name="faster-eth-utils",
9797
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
98-
version="5.3.12",
98+
version="5.3.13",
9999
description=(
100100
"""A fork of eth-utils: Common utility functions for python code that interacts with Ethereum, implemented in C"""
101101
),

0 commit comments

Comments
 (0)