Bump version: 0.1.3 → 0.1.4

This commit is contained in:
Jason Carver
2019-12-12 13:59:52 -08:00
parent 368ac7ef7f
commit ef31f7f6d6
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,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.3",
version="0.1.4",
description="libp2p implementation written in python",
long_description=long_description,
long_description_content_type="text/markdown",