diff --git a/package-pypi.sh b/package-pypi.sh index 87624fd..185e3b8 100755 --- a/package-pypi.sh +++ b/package-pypi.sh @@ -9,8 +9,8 @@ # Repository: this is usually pypi; for testing use testpypi # The corresponding repository URLS are defined in config file ~/.pypirc -repository=testpypi -#repository=pypi +#repository=testpypi +repository=pypi # Working directory workDir=$PWD diff --git a/tapeimgr/tapeimgr.py b/tapeimgr/tapeimgr.py index 414e484..38daef2 100644 --- a/tapeimgr/tapeimgr.py +++ b/tapeimgr/tapeimgr.py @@ -10,7 +10,7 @@ from .gui import main as guiLaunch from . import config -__version__ = '0.4.0b1' +__version__ = '0.4.0' def main(): """Launch GUI if no command line arguments were given; otherwise launch CLI"""