From 813cf0181a0f3931c1b7eb2bbd383f339119b63c Mon Sep 17 00:00:00 2001 From: Davide Casale Date: Mon, 8 Apr 2024 16:40:17 +0200 Subject: [PATCH] Use literal string version in setup.py. --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 6af03ce..5f87451 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,8 @@ from distutils.core import setup -from bfxapi._version import __version__ - setup( name="bitfinex-api-py", - version=__version__, + version="3.0.0", description="Official Bitfinex Python API", long_description=( "A Python reference implementation of the Bitfinex API "