mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Bump version: 0.2.1 → 0.2.2
This commit is contained in:
@ -127,7 +127,7 @@ name = "Removals"
|
||||
showcontent = true
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "0.2.1"
|
||||
current_version = "0.2.2"
|
||||
parse = """
|
||||
(?P<major>\\d+)
|
||||
\\.(?P<minor>\\d+)
|
||||
|
||||
2
setup.py
2
setup.py
@ -81,7 +81,7 @@ if not readthedocs_is_building:
|
||||
setup(
|
||||
name="libp2p",
|
||||
# *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process.
|
||||
version="0.2.1",
|
||||
version="0.2.2",
|
||||
description="""libp2p: The Python implementation of the libp2p networking stack""",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
|
||||
Reference in New Issue
Block a user