Skip to content

Commit 4a0aee0

Browse files
chore: bump version to 5.3.15 (#166)
1 parent ec2b7ad commit 4a0aee0

File tree

2 files changed

+3
-4
lines changed

2 files changed

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

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,10 @@
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.14",
101+
version="5.3.15",
102102
description=(
103103
"""A fork of eth-utils: Common utility functions for python code that interacts with Ethereum, implemented in C"""
104104
),
105-
license="MIT",
106-
license_files=["LICENSE"],
107105
long_description=long_description,
108106
long_description_content_type="text/markdown",
109107
author="The Ethereum Foundation",
@@ -133,6 +131,7 @@
133131
extras_require=extras_require,
134132
py_modules=["eth_utils"],
135133
license="MIT",
134+
license_files=["LICENSE"],
136135
zip_safe=False,
137136
keywords="ethereum",
138137
packages=find_packages(exclude=["scripts", "scripts.*", "tests", "tests.*"]),

0 commit comments

Comments
 (0)