mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
main: add changelog and versioning
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
This module is used to interact with the bitfinex api
|
||||
"""
|
||||
|
||||
from .version import __version__
|
||||
from .client import Client
|
||||
from .models import (Order, Trade, OrderBook, Subscription, Wallet,
|
||||
Position, FundingLoan, FundingOffer, FundingCredit)
|
||||
|
||||
5
bfxapi/version.py
Normal file
5
bfxapi/version.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""
|
||||
This module contains the current version of the bfxapi lib
|
||||
"""
|
||||
|
||||
__version__ = '0.0.1'
|
||||
Reference in New Issue
Block a user