Skip to content

Commit 1565d40

Browse files
committed
Revert "Bump version: 0.2.9 → 0.2.10"
This reverts commit 400ee9b.
1 parent 400ee9b commit 1565d40

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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "libp2p"
7-
version = "0.2.10"
7+
version = "0.2.9"
88
description = "libp2p: The Python implementation of the libp2p networking stack"
99
readme = "README.md"
1010
requires-python = ">=3.10, <4.0"
@@ -189,7 +189,7 @@ name = "Removals"
189189
showcontent = true
190190

191191
[tool.bumpversion]
192-
current_version = "0.2.10"
192+
current_version = "0.2.9"
193193
parse = """
194194
(?P<major>\\d+)
195195
\\.(?P<minor>\\d+)

0 commit comments

Comments
 (0)