Files
bitfinex-api-py/bfxapi/version.py
Dario Moceri fa6ec4e718 Added missing error to ERRORS (#136)
* Added missing error to ERRORS
* bump version
2021-04-23 13:23:05 +02:00

6 lines
91 B
Python

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