From 981d58736b69c5f0af749419fe746ebf35f393f8 Mon Sep 17 00:00:00 2001 From: Davide Casale Date: Tue, 30 Jul 2024 05:23:21 +0200 Subject: [PATCH] Bump __version__ in file bfxapi/_version.py to v3.0.4. --- 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 8d1c862..8e10cb4 100644 --- a/bfxapi/_version.py +++ b/bfxapi/_version.py @@ -1 +1 @@ -__version__ = "3.0.3" +__version__ = "3.0.4" diff --git a/setup.py b/setup.py index 8d53827..3862d96 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="bitfinex-api-py", - version="3.0.3", + version="3.0.4", description="Official Bitfinex Python API", long_description=( "A Python reference implementation of the Bitfinex API "