mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 07:30:55 +00:00
Bump version: 0.2.0 → 0.2.1
This commit is contained in:
@ -124,7 +124,7 @@ name = "Removals"
|
|||||||
showcontent = true
|
showcontent = true
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "0.2.0"
|
current_version = "0.2.1"
|
||||||
parse = """
|
parse = """
|
||||||
(?P<major>\\d+)
|
(?P<major>\\d+)
|
||||||
\\.(?P<minor>\\d+)
|
\\.(?P<minor>\\d+)
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -80,7 +80,7 @@ if not readthedocs_is_building:
|
|||||||
setup(
|
setup(
|
||||||
name="libp2p",
|
name="libp2p",
|
||||||
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
|
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
|
||||||
version="0.2.0",
|
version="0.2.1",
|
||||||
description="""libp2p: The Python implementation of the libp2p networking stack""",
|
description="""libp2p: The Python implementation of the libp2p networking stack""",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|||||||
Reference in New Issue
Block a user