We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061101f commit 8fc6b0cCopy full SHA for 8fc6b0c
pyproject.toml
@@ -125,7 +125,7 @@ name = "Removals"
125
showcontent = true
126
127
[tool.bumpversion]
128
-current_version = "5.0.1"
+current_version = "5.1.0"
129
parse = """
130
(?P<major>\\d+)
131
\\.(?P<minor>\\d+)
setup.py
@@ -39,7 +39,7 @@
39
setup(
40
name="eth-typing",
41
# *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process.
42
- version="5.0.1",
+ version="5.1.0",
43
description="""eth-typing: Common type annotations for ethereum python packages""",
44
long_description=long_description,
45
long_description_content_type="text/markdown",
0 commit comments