Bump version: 0.2.3 → 0.2.4

This commit is contained in:
pacrob
2025-03-27 15:53:49 -06:00
parent aec7995eba
commit 71b3bf2a55
2 changed files with 2 additions and 2 deletions

View File

@ -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+)

View File

@ -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",