Skip to content

Commit 8fc6b0c

Browse files
committed
Bump version: 5.0.1 → 5.1.0
1 parent 061101f commit 8fc6b0c

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
@@ -125,7 +125,7 @@ name = "Removals"
125125
showcontent = true
126126

127127
[tool.bumpversion]
128-
current_version = "5.0.1"
128+
current_version = "5.1.0"
129129
parse = """
130130
(?P<major>\\d+)
131131
\\.(?P<minor>\\d+)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
setup(
4040
name="eth-typing",
4141
# *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process.
42-
version="5.0.1",
42+
version="5.1.0",
4343
description="""eth-typing: Common type annotations for ethereum python packages""",
4444
long_description=long_description,
4545
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)