From 37cd28386d028a07550393e1ce82a41656ade4af Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Mon, 21 Oct 2019 20:52:01 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3e7f374..46ad428 100644 --- a/setup.py +++ b/setup.py @@ -249,7 +249,7 @@ else: setup( name='coincurve', - version='12.0.0', + version='13.0.0-rc.1', description='Cross-platform Python CFFI bindings for libsecp256k1', long_description=open('README.rst', 'r').read(),