Skip to content

Commit 813cf01

Browse files
Use literal string version in setup.py.
1 parent 08b5364 commit 813cf01

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
from distutils.core import setup
22

3-
from bfxapi._version import __version__
4-
53
setup(
64
name="bitfinex-api-py",
7-
version=__version__,
5+
version="3.0.0",
86
description="Official Bitfinex Python API",
97
long_description=(
108
"A Python reference implementation of the Bitfinex API "

0 commit comments

Comments
 (0)