Bump version: 0.1.4 → 0.1.5

pull/411/head v0.1.5
Jason Carver 2020-03-25 15:50:57 -07:00
parent c5e1d3263f
commit 612a2f7c51
No known key found for this signature in database
GPG Key ID: 1243D8E2CFF05F92
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.4
current_version = 0.1.5
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

View File

@ -92,7 +92,7 @@ if not readthedocs_is_building:
setup(
name="libp2p",
# *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",
long_description=long_description,
long_description_content_type="text/markdown",