From d97c8c8a7cb86173da105091277331bd6aed1b74 Mon Sep 17 00:00:00 2001 From: Robert Kowalski Date: Wed, 28 Apr 2021 15:25:37 +0200 Subject: [PATCH] 1.1.14 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 87920fe..7de3efd 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from os import path here = path.abspath(path.dirname(__file__)) setup( name='bitfinex-api-py', - version='1.1.12', + version='1.1.14', description='Official Bitfinex Python API', long_description='A Python reference implementation of the Bitfinex API for both REST and websocket interaction', long_description_content_type='text/markdown',