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

This commit is contained in:
Davide Casale
2024-04-24 17:43:59 +02:00
parent 3010961b69
commit a72c574ad2
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name="bitfinex-api-py",
version="3.0.1",
version="3.0.2",
description="Official Bitfinex Python API",
long_description=(
"A Python reference implementation of the Bitfinex API "