From ef31f7f6d658c6cee1b0f6a83c769d90ee83275e Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Thu, 12 Dec 2019 13:59:52 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.3=20=E2=86=92=200.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 08e5fbf..e96e5c8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.1.4 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index 56a6bf2..28d29fa 100644 --- a/setup.py +++ b/setup.py @@ -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",