Bump version: 0.1.4 → 0.1.5
This commit is contained in:
parent
c5e1d3263f
commit
612a2f7c51
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.1.4
|
current_version = 0.1.5
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -92,7 +92,7 @@ if not readthedocs_is_building:
|
||||||
setup(
|
setup(
|
||||||
name="libp2p",
|
name="libp2p",
|
||||||
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
|
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
|
||||||
version="0.1.4",
|
version="0.1.5",
|
||||||
description="libp2p implementation written in python",
|
description="libp2p implementation written in python",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user