We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f664d03 commit 0225d18Copy full SHA for 0225d18
βpyproject.tomlβ
@@ -127,7 +127,7 @@ name = "Removals"
127
showcontent = true
128
129
[tool.bumpversion]
130
-current_version = "0.2.4"
+current_version = "0.2.5"
131
parse = """
132
(?P<major>\\d+)
133
\\.(?P<minor>\\d+)
βsetup.pyβ
@@ -72,7 +72,7 @@
72
setup(
73
name="libp2p",
74
# *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process.
75
- version="0.2.4",
+ version="0.2.5",
76
description=description,
77
long_description=long_description,
78
long_description_content_type="text/markdown",
0 commit comments