We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9162241 commit eb33c06Copy full SHA for eb33c06
CHANGELOG
@@ -1,3 +1,6 @@
1
+2.0.4
2
+-) Added missing ID to ledgers.py
3
+
4
2.0.3
5
-) Implemented Liquidations endpoint (REST)
6
bfxapi/version.py
@@ -2,4 +2,4 @@
This module contains the current version of the bfxapi lib
"""
-__version__ = '2.0.3'
+__version__ = '2.0.4'
setup.py
@@ -11,7 +11,7 @@
11
here = path.abspath(path.dirname(__file__))
12
setup(
13
name='bitfinex-api-py',
14
- version='2.0.3',
+ version='2.0.4',
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