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

This commit is contained in:
Davide Casale
2024-07-30 05:23:21 +02:00
parent 398d79ccaa
commit 981d58736b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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