Skip to content

Commit

Permalink
Merge pull request #246 from Davi0kProgramsThings/v3.0.4
Browse files Browse the repository at this point in the history
Merge branch `Davi0kProgramsThings:v3.0.4` into branch `bitfinexcom:master`.
  • Loading branch information
vigan-abd authored Aug 6, 2024
2 parents 8639477 + 981d587 commit d536297
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bfxapi/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.3"
__version__ = "3.0.4"
Binary file modified dev-requirements.txt
Binary file not shown.
Binary file modified requirements.txt
Binary file not shown.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="bitfinex-api-py",
version="3.0.3",
version="3.0.4",
description="Official Bitfinex Python API",
long_description=(
"A Python reference implementation of the Bitfinex API "
Expand All @@ -22,6 +22,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
keywords="bitfinex,api,trading",
project_urls={
Expand All @@ -41,9 +42,9 @@
"bfxapi.rest._interfaces",
],
install_requires=[
"pyee~=9.0.4",
"websockets~=11.0.3",
"requests~=2.31.0",
"pyee~=11.1.0",
"websockets~=12.0",
"requests~=2.32.3",
"types-requests~=2.31.0.10",
"types-urllib3~=1.26.25.14",
],
Expand Down

0 comments on commit d536297

Please sign in to comment.