From 612a2f7c513e7521e5cf7da7a27d36646fbfa481 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Wed, 25 Mar 2020 15:50:57 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.4=20=E2=86=92=200.1.5?= 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 e96e5c8..7491cf4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4 +current_version = 0.1.5 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index 5e5553c..7d3b071 100644 --- a/setup.py +++ b/setup.py @@ -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",