Import of __version__ compatible with wheel & added install make target

This commit is contained in:
2022-05-30 22:31:39 +02:00
parent be4883d51b
commit 5bc240ed18
4 changed files with 7 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ import logging.config
import signal
from docopt import docopt
from __init__ import __version__
from __version__ import __version__
from search import searchTorrentSite
from utils import getConfig

View File

@@ -1,2 +1,2 @@
__version__ = '0.3.1'
__version__ = '0.3.2-5'