We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e1d32 commit 612a2f7Copy full SHA for 612a2f7
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.4
+current_version = 0.1.5
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
setup.py
@@ -92,7 +92,7 @@
92
setup(
93
name="libp2p",
94
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
95
- version="0.1.4",
+ version="0.1.5",
96
description="libp2p implementation written in python",
97
long_description=long_description,
98
long_description_content_type="text/markdown",
0 commit comments