We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e8455 commit e1e8eb5Copy full SHA for e1e8eb5
CHANGELOG
@@ -1,4 +1,4 @@
1
-1.1.17
+1.2.1
2
-) Added orderbook implementation example (ws)
3
4
1.1.16
bfxapi/version.py
@@ -2,4 +2,4 @@
This module contains the current version of the bfxapi lib
"""
5
-__version__ = '1.1.17'
+__version__ = '1.2.1'
setup.py
@@ -11,7 +11,7 @@
11
here = path.abspath(path.dirname(__file__))
12
setup(
13
name='bitfinex-api-py',
14
- version='1.1.17',
+ version='1.2.1',
15
description='Official Bitfinex Python API',
16
long_description='A Python reference implementation of the Bitfinex API for both REST and websocket interaction',
17
long_description_content_type='text/markdown',
0 commit comments