From 2064f413637818b79249a6d5000e5eb05548cee9 Mon Sep 17 00:00:00 2001 From: s4w3d0ff Date: Wed, 29 Mar 2017 17:50:44 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c470d837..3827924f 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup setup(name='poloniex', - version='0.3.1', + version='0.3.3', description='Poloniex API wrapper for Python 2.7 and 3', url='https://github.com/s4w3d0ff/python-poloniex', author='s4w3d0ff',