We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b8ac9 commit 479b12fCopy full SHA for 479b12f
βpyproject.tomlβ
@@ -127,7 +127,7 @@ name = "Removals"
127
showcontent = true
128
129
[tool.bumpversion]
130
-current_version = "0.2.2"
+current_version = "0.2.3"
131
parse = """
132
(?P<major>\\d+)
133
\\.(?P<minor>\\d+)
βsetup.pyβ
@@ -81,7 +81,7 @@
81
setup(
82
name="libp2p",
83
# *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process.
84
- version="0.2.2",
+ version="0.2.3",
85
description="""libp2p: The Python implementation of the libp2p networking stack""",
86
long_description=long_description,
87
long_description_content_type="text/markdown",
0 commit comments