Skip to content

Commit 386f0a2

Browse files
committed
Bump version: 0.2.6 → 0.2.7
1 parent 76f17cf commit 386f0a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ name = "Removals"
127127
showcontent = true
128128

129129
[tool.bumpversion]
130-
current_version = "0.2.6"
130+
current_version = "0.2.7"
131131
parse = """
132132
(?P<major>\\d+)
133133
\\.(?P<minor>\\d+)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
setup(
7474
name="libp2p",
7575
# *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process.
76-
version="0.2.6",
76+
version="0.2.7",
7777
description=description,
7878
long_description=long_description,
7979
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)