mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Bump version: 0.2.3 → 0.2.4
This commit is contained in:
@ -127,7 +127,7 @@ name = "Removals"
|
|||||||
showcontent = true
|
showcontent = true
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "0.2.3"
|
current_version = "0.2.4"
|
||||||
parse = """
|
parse = """
|
||||||
(?P<major>\\d+)
|
(?P<major>\\d+)
|
||||||
\\.(?P<minor>\\d+)
|
\\.(?P<minor>\\d+)
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -72,7 +72,7 @@ install_requires.extend(crypto_requires)
|
|||||||
setup(
|
setup(
|
||||||
name="libp2p",
|
name="libp2p",
|
||||||
# *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process.
|
# *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process.
|
||||||
version="0.2.3",
|
version="0.2.4",
|
||||||
description=description,
|
description=description,
|
||||||
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