mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 23:20:55 +00:00
Bump version: 0.2.7 → 0.2.8
This commit is contained in:
@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "libp2p"
|
name = "libp2p"
|
||||||
version = "0.2.7"
|
version = "0.2.8"
|
||||||
description = "libp2p: The Python implementation of the libp2p networking stack"
|
description = "libp2p: The Python implementation of the libp2p networking stack"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10, <4.0"
|
requires-python = ">=3.10, <4.0"
|
||||||
@ -187,7 +187,7 @@ name = "Removals"
|
|||||||
showcontent = true
|
showcontent = true
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "0.2.7"
|
current_version = "0.2.8"
|
||||||
parse = """
|
parse = """
|
||||||
(?P<major>\\d+)
|
(?P<major>\\d+)
|
||||||
\\.(?P<minor>\\d+)
|
\\.(?P<minor>\\d+)
|
||||||
|
|||||||
Reference in New Issue
Block a user