From b8963e44332c4b549f85373475dad5878ca133c9 Mon Sep 17 00:00:00 2001 From: mhchia Date: Wed, 2 Oct 2019 09:58:08 +0800 Subject: [PATCH] Fix: version released mismatches setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 152a5b1..83da86d 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ extras_require["dev"] = ( setuptools.setup( name="libp2p", description="libp2p implementation written in python", - version="0.0.1", + version="0.1.1", license="MIT/APACHE2.0", platforms=["unix", "linux", "osx"], classifiers=classifiers,