From bfb9ccb7fb7d7e6b1de355698e2e542eb1add0ee Mon Sep 17 00:00:00 2001 From: itsdeka Date: Tue, 4 Jan 2022 20:48:37 +0100 Subject: [PATCH] updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 32fad42..1d2cfce 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.3.3', + version='1.3.4', 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',