Files
bitfinex-api-py/bfxapi/version.py
Jon e1f5254372 Adding balance_available to the wallet (#132)
* Adding balance_available to the wallet
* Refactoring bfx_rest.py/get_wallets to use the updated Wallet class, which has available_balance i it

Co-authored-by: jon <fcmisc@gmail.com>
2021-04-14 12:53:05 +02:00

6 lines
91 B
Python

"""
This module contains the current version of the bfxapi lib
"""
__version__ = '1.1.13'