Files
bitfinex-api-py/bfxapi/version.py
itsdeka 52a2d76379 -) Added User Settings Write/Read/Delete endpoints (REST)
-) Added Balance Available for Orders/Offers endpoint (REST)
2022-01-23 22:33:10 +01:00

6 lines
90 B
Python

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