Skip to content

Commit

Permalink
bumped version number, set repo to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsgalore committed Jan 21, 2019
1 parent fa678af commit 03df5d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tapeimgr/tapeimgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down

0 comments on commit 03df5d8

Please sign in to comment.