Skip to content

Commit 0f483dd

Browse files
committed
Bump version: 0.2.7 → 0.2.8
1 parent 0197b51 commit 0f483dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "libp2p"
8-
version = "0.2.7"
8+
version = "0.2.8"
99
description = "libp2p: The Python implementation of the libp2p networking stack"
1010
readme = "README.md"
1111
requires-python = ">=3.10, <4.0"
@@ -187,7 +187,7 @@ name = "Removals"
187187
showcontent = true
188188

189189
[tool.bumpversion]
190-
current_version = "0.2.7"
190+
current_version = "0.2.8"
191191
parse = """
192192
(?P<major>\\d+)
193193
\\.(?P<minor>\\d+)

0 commit comments

Comments
 (0)