Skip to content

Commit 479b12f

Browse files
committed
Bump version: 0.2.2 β†’ 0.2.3
1 parent f9b8ac9 commit 479b12f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ name = "Removals"
127127
showcontent = true
128128

129129
[tool.bumpversion]
130-
current_version = "0.2.2"
130+
current_version = "0.2.3"
131131
parse = """
132132
(?P<major>\\d+)
133133
\\.(?P<minor>\\d+)

β€Žsetup.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
setup(
8282
name="libp2p",
8383
# *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process.
84-
version="0.2.2",
84+
version="0.2.3",
8585
description="""libp2p: The Python implementation of the libp2p networking stack""",
8686
long_description=long_description,
8787
long_description_content_type="text/markdown",

0 commit comments

Comments
Β (0)