This commit is contained in:
itsdeka
2021-08-09 12:30:41 +02:00
parent 8e87cf17ce
commit df0bc58305
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
1.1.18 1.1.17
-) Added orderbook implementation example (ws) -) Added orderbook implementation example (ws)
1.1.16 1.1.16

View File

@@ -11,7 +11,7 @@ from os import path
here = path.abspath(path.dirname(__file__)) here = path.abspath(path.dirname(__file__))
setup( setup(
name='bitfinex-api-py', name='bitfinex-api-py',
version='1.1.15', version='1.1.17',
description='Official Bitfinex Python API', description='Official Bitfinex Python API',
long_description='A Python reference implementation of the Bitfinex API for both REST and websocket interaction', long_description='A Python reference implementation of the Bitfinex API for both REST and websocket interaction',
long_description_content_type='text/markdown', long_description_content_type='text/markdown',