Skip to content

Commit fca2de6

Browse files
chore: bump version to 5.3.14 (#163)
1 parent f97cfc9 commit fca2de6

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

142142
[tool.bumpversion]
143-
current_version = "5.3.13"
143+
current_version = "5.3.14"
144144
parse = """
145145
(?P<major>\\d+)
146146
\\.(?P<minor>\\d+)

setup.py

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

0 commit comments

Comments
 (0)