Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kerfoot - local account committed Feb 27, 2017
1 parent 59f7aeb commit bf2a4b0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions DicomBrowser/DicomBrowser.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,10 +503,5 @@ def main(args=[],app=None):

def mainargv():
'''setuptools compatible entry point.'''
<<<<<<< HEAD
main(sys.argv)
=======
freeze_support()
sys.exit(main(sys.argv))

>>>>>>> Version update
4 changes: 0 additions & 4 deletions DicomBrowser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@
from DicomBrowser import *

__appname__='DicomBrowser'
<<<<<<< HEAD
__version_info__=(1,0,1) # global application version, major/minor/patch
=======
__version_info__=(1,1,0) # global application version, major/minor/patch
>>>>>>> Version update
__version__='%i.%i.%i'%__version_info__
__author__='Eric Kerfoot'
__copyright__="Copyright (c) 2016 Eric Kerfoot, King's College London, all rights reserved. Licensed under the GPL (see LICENSE.txt)."
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
for f in glob.glob('dist/%s/mkl_*.dll'%appname): # remove unnecessary MKL libraries
os.remove(f)
else:
#rm -rf libstdc++.so.6 libglib-2.0.so.0 libgobject-2.0.so.0 libgpg-error.so.0 share/icons
shutil.rmtree('dist/%s/share/icons'%appname)
for f in ['libstdc++.so.6','libglib-2.0.so.0','libgobject-2.0.so.0','libgpg-error.so.0']:
os.remove('dist/%s/%s'%(appname,f))
Expand Down

0 comments on commit bf2a4b0

Please sign in to comment.