We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0d07e commit 45cdd1aCopy full SHA for 45cdd1a
βpyproject.tomlβ
@@ -124,7 +124,7 @@ name = "Removals"
124
showcontent = true
125
126
[tool.bumpversion]
127
-current_version = "0.2.0"
+current_version = "0.2.1"
128
parse = """
129
(?P<major>\\d+)
130
\\.(?P<minor>\\d+)
βsetup.pyβ
@@ -80,7 +80,7 @@
80
setup(
81
name="libp2p",
82
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
83
- version="0.2.0",
+ version="0.2.1",
84
description="""libp2p: The Python implementation of the libp2p networking stack""",
85
long_description=long_description,
86
long_description_content_type="text/markdown",
0 commit comments