diff --git a/docs/conf.py b/docs/conf.py index 46a0c72..904f77d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,6 @@ import os import sys sys.path.insert(0, os.path.abspath('..')) -#from electrumx.server.version import VERSION VERSION="1.5" # -- Project information ----------------------------------------------------- diff --git a/setup.py b/setup.py index ee45167..13bd117 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,5 @@ import setuptools -from electrumx.server.version import VERSION -version = VERSION.rpartition(' ')[-1] +version = '1.5' setuptools.setup( name='electrumX-kyuupichan',