From ed141359dd5ac68df328c3bf968788f99c0eb575 Mon Sep 17 00:00:00 2001 From: Serkan Bircan Date: Tue, 10 Aug 2021 02:12:13 +0300 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b15a0f9..a87b233 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='cexio', - version='0.1.8', + version='0.1.9', packages=['cexio'], description='Python wrapper for CEX.IO', url='https://github.com/fasetto/python-cexio',