Files
bitfinex-api-py/bfxapi/version.py
Richard Hoekstra e7218aef92 feat: implement funding trades endpoint (rest) (#135)
* feat: support funding_trades endpoint
* chore: bump version, add changelog entry
* chore: add final newline to funding_trade.py
* fix: 'maker' is now placeholder in fundingtrade

Co-authored-by: Richard Hoekstra <me@richardhoekstra.com>
Co-authored-by: Robert Kowalski <robert@bitfinex.com>
2021-05-24 13:32:50 +02:00

6 lines
91 B
Python

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