From 07c1d632411915146eb9bb03d9e36757399f3d4b Mon Sep 17 00:00:00 2001 From: Davide Casale Date: Thu, 14 Nov 2024 06:03:29 +0100 Subject: [PATCH] Bump __version__ in file bfxapi/_version.py to v3.0.5. --- bfxapi/_version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bfxapi/_version.py b/bfxapi/_version.py index 8e10cb4..e94f36f 100644 --- a/bfxapi/_version.py +++ b/bfxapi/_version.py @@ -1 +1 @@ -__version__ = "3.0.4" +__version__ = "3.0.5" diff --git a/setup.py b/setup.py index eb92415..cc928e0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name="bitfinex-api-py", - version="3.0.4", + version="3.0.5", description="Official Bitfinex Python API", long_description=( "A Python reference implementation of the Bitfinex API "