From daa87faf129fd17a3c4222d04764dbc24d3f1ede Mon Sep 17 00:00:00 2001 From: Shane Fontaine Date: Fri, 28 Dec 2018 00:33:41 -0800 Subject: [PATCH] Update to 0.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d7cac60..9562402 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="ethfinex-python", - version="0.0.1", + version="0.1.0", author="Shane Fontaine", author_email="shane6fontaine@gmail.com", description="An unofficial python wrapper for the Ethfinex exchange",