Skip to content

Commit

Permalink
Merge pull request #245 from Davi0kProgramsThings/v3.0.3
Browse files Browse the repository at this point in the history
Merge branch `Davi0kProgramsThings:v3.0.3` into branch `bitfinexcom:master`.
  • Loading branch information
vigan-abd authored Jun 27, 2024
2 parents b496a98 + 76f6ac9 commit 8639477
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 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.2"
__version__ = "3.0.3"
Empty file added bfxapi/py.typed
Empty file.
Binary file modified dev-requirements.txt
Binary file not shown.
Binary file modified requirements.txt
Binary file not shown.
8 changes: 5 additions & 3 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.2",
version="3.0.3",
description="Official Bitfinex Python API",
long_description=(
"A Python reference implementation of the Bitfinex API "
Expand Down Expand Up @@ -43,8 +43,10 @@
install_requires=[
"pyee~=9.0.4",
"websockets~=11.0.3",
"requests~=2.28.1",
"urllib3~=1.26.14",
"requests~=2.31.0",
"types-requests~=2.31.0.10",
"types-urllib3~=1.26.25.14",
],
python_requires=">=3.8",
package_data={"bfxapi": ["py.typed"]},
)

0 comments on commit 8639477

Please sign in to comment.