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

This commit is contained in:
Davide Casale
2024-06-26 21:34:55 +02:00
parent c65ae2dafe
commit 76f6ac9d33
2 changed files with 2 additions and 2 deletions

View File

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

View File

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