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 76f17cf commit 386f0a2Copy full SHA for 386f0a2
pyproject.toml
@@ -127,7 +127,7 @@ name = "Removals"
127
showcontent = true
128
129
[tool.bumpversion]
130
-current_version = "0.2.6"
+current_version = "0.2.7"
131
parse = """
132
(?P<major>\\d+)
133
\\.(?P<minor>\\d+)
setup.py
@@ -73,7 +73,7 @@
73
setup(
74
name="libp2p",
75
# *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process.
76
- version="0.2.6",
+ version="0.2.7",
77
description=description,
78
long_description=long_description,
79
long_description_content_type="text/markdown",
0 commit comments