mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
fix ver
This commit is contained in:
38
MANIFEST
Normal file
38
MANIFEST
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
# file GENERATED by distutils, do NOT edit
|
||||||
|
setup.py
|
||||||
|
bfxapi/__init__.py
|
||||||
|
bfxapi/_client.py
|
||||||
|
bfxapi/_version.py
|
||||||
|
bfxapi/exceptions.py
|
||||||
|
bfxapi/_utils/__init__.py
|
||||||
|
bfxapi/_utils/json_decoder.py
|
||||||
|
bfxapi/_utils/json_encoder.py
|
||||||
|
bfxapi/_utils/logging.py
|
||||||
|
bfxapi/rest/__init__.py
|
||||||
|
bfxapi/rest/_bfx_rest_interface.py
|
||||||
|
bfxapi/rest/exceptions.py
|
||||||
|
bfxapi/rest/_interface/__init__.py
|
||||||
|
bfxapi/rest/_interface/interface.py
|
||||||
|
bfxapi/rest/_interface/middleware.py
|
||||||
|
bfxapi/rest/_interfaces/__init__.py
|
||||||
|
bfxapi/rest/_interfaces/rest_auth_endpoints.py
|
||||||
|
bfxapi/rest/_interfaces/rest_merchant_endpoints.py
|
||||||
|
bfxapi/rest/_interfaces/rest_public_endpoints.py
|
||||||
|
bfxapi/types/__init__.py
|
||||||
|
bfxapi/types/dataclasses.py
|
||||||
|
bfxapi/types/labeler.py
|
||||||
|
bfxapi/types/notification.py
|
||||||
|
bfxapi/types/serializers.py
|
||||||
|
bfxapi/websocket/__init__.py
|
||||||
|
bfxapi/websocket/_connection.py
|
||||||
|
bfxapi/websocket/exceptions.py
|
||||||
|
bfxapi/websocket/subscriptions.py
|
||||||
|
bfxapi/websocket/_client/__init__.py
|
||||||
|
bfxapi/websocket/_client/bfx_websocket_bucket.py
|
||||||
|
bfxapi/websocket/_client/bfx_websocket_client.py
|
||||||
|
bfxapi/websocket/_client/bfx_websocket_inputs.py
|
||||||
|
bfxapi/websocket/_event_emitter/__init__.py
|
||||||
|
bfxapi/websocket/_event_emitter/bfx_event_emitter.py
|
||||||
|
bfxapi/websocket/_handlers/__init__.py
|
||||||
|
bfxapi/websocket/_handlers/auth_events_handler.py
|
||||||
|
bfxapi/websocket/_handlers/public_channels_handler.py
|
||||||
@@ -1 +1 @@
|
|||||||
__version__ = "3.0.0"
|
__version__ = "3.0.1"
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="bitfinex-api-py",
|
name="bitfinex-api-py",
|
||||||
version="3.0.0",
|
version="3.0.1",
|
||||||
description="Official Bitfinex Python API",
|
description="Official Bitfinex Python API",
|
||||||
long_description=(
|
long_description=(
|
||||||
"A Python reference implementation of the Bitfinex API "
|
"A Python reference implementation of the Bitfinex API "
|
||||||
|
|||||||
Reference in New Issue
Block a user