Skip to content

Commit 45cdd1a

Browse files
committed
Bump version: 0.2.0 β†’ 0.2.1
1 parent ba0d07e commit 45cdd1a

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
@@ -124,7 +124,7 @@ name = "Removals"
124124
showcontent = true
125125

126126
[tool.bumpversion]
127-
current_version = "0.2.0"
127+
current_version = "0.2.1"
128128
parse = """
129129
(?P<major>\\d+)
130130
\\.(?P<minor>\\d+)

β€Žsetup.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
setup(
8181
name="libp2p",
8282
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
83-
version="0.2.0",
83+
version="0.2.1",
8484
description="""libp2p: The Python implementation of the libp2p networking stack""",
8585
long_description=long_description,
8686
long_description_content_type="text/markdown",

0 commit comments

Comments
Β (0)