Skip to content

Commit 3599807

Browse files
chore: bump version to 5.3.20 (#196)
1 parent 3e76f19 commit 3599807

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.19"
143+
current_version = "5.3.20"
144144
parse = """
145145
(?P<major>\\d+)
146146
\\.(?P<minor>\\d+)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ def read_requirements(path):
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.19",
98+
version="5.3.20",
9999
description=(
100-
"""A fork of eth-utils: Common utility functions for python code that interacts with Ethereum, implemented in C"""
100+
"""A faster fork of eth-utils: Common utility functions for python code that interacts with Ethereum. Implemented in C"""
101101
),
102102
long_description=long_description,
103103
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)