Bump version: 0.1.5 → 0.2.0

This commit is contained in:
pacrob
2024-07-09 11:23:05 -06:00
parent 8488883705
commit 3e4420e9c2
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ name = "Removals"
showcontent = true
[tool.bumpversion]
current_version = "0.1.5"
current_version = "0.2.0"
parse = """
(?P<major>\\d+)
\\.(?P<minor>\\d+)

View File

@ -80,7 +80,7 @@ if not readthedocs_is_building:
setup(
name="libp2p",
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
version="0.1.5",
version="0.2.0",
description="""libp2p: The Python implementation of the libp2p networking stack""",
long_description=long_description,
long_description_content_type="text/markdown",