Bump __version__ in file bfxapi/_version.py to v3.0.5.

This commit is contained in:
Davide Casale
2024-11-14 06:03:29 +01:00
parent 9bc89249c2
commit 07c1d63241
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
__version__ = "3.0.4" __version__ = "3.0.5"

View File

@@ -2,7 +2,7 @@ from distutils.core import setup
setup( setup(
name="bitfinex-api-py", name="bitfinex-api-py",
version="3.0.4", version="3.0.5",
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 "