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