Skip to content

Commit 612a2f7

Browse files
committed
Bump version: 0.1.4 → 0.1.5
1 parent c5e1d32 commit 612a2f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.4
2+
current_version = 0.1.5
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
setup(
9393
name="libp2p",
9494
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
95-
version="0.1.4",
95+
version="0.1.5",
9696
description="libp2p implementation written in python",
9797
long_description=long_description,
9898
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)