Skip to content

Commit 66d2a5d

Browse files
authored
Merge pull request #240 from Davi0kProgramsThings/feature/documentation
Merge branch `Davi0kProgramsThings:feature/documentation` into branch `bitfinexcom:master`.
2 parents 08b5364 + 0f1e2bc commit 66d2a5d

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: bitfinex-api-py-ci
1+
name: build
22

33
on:
44
push:

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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+
37
Official 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
---

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
from distutils.core import setup
22

3-
from bfxapi._version import __version__
4-
53
setup(
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 "

0 commit comments

Comments
 (0)