File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- name : bitfinex-api-py-ci
1+ name : build
22
33on :
44 push :
Original file line number Diff line number Diff line change 11# bitfinex-api-py
22
3+ [ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/bitfinex-api-py )] ( https://pypi.org/project/bitfinex-api-py/ )
4+ [ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
5+ ![ GitHub Action] ( https://github.com/bitfinexcom/bitfinex-api-py/actions/workflows/build.yml/badge.svg )
6+
37Official implementation of the [ Bitfinex APIs (V2)] ( https://docs.bitfinex.com/docs ) for ` Python 3.8+ ` .
48
59### Features
@@ -12,7 +16,7 @@ Official implementation of the [Bitfinex APIs (V2)](https://docs.bitfinex.com/do
1216## Installation
1317
1418``` console
15- python3 -m pip install --pre bitfinex-api-py
19+ python3 -m pip install bitfinex-api-py
1620```
1721
1822---
Original file line number Diff line number Diff line change 11from distutils .core import setup
22
3- from bfxapi ._version import __version__
4-
53setup (
64 name = "bitfinex-api-py" ,
7- version = __version__ ,
5+ version = "3.0.0" ,
86 description = "Official Bitfinex Python API" ,
97 long_description = (
108 "A Python reference implementation of the Bitfinex API "
You can’t perform that action at this time.
0 commit comments