From c18bbf109a19eb0a5ee65be61030a1c3dd54a6d4 Mon Sep 17 00:00:00 2001 From: Eric Somdahl Date: Fri, 15 Dec 2017 08:33:12 -0500 Subject: [PATCH] Bump version PR #104 removes two broken 2.0 API endpoints --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1df0566..1a5452d 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup(name='python-bittrex', - version='0.2.1', + version='0.2.2', url="https://github.com/ericsomdahl/python-bittrex", packages=['bittrex'], modules=['bittrex'],