Skip to content

Commit

Permalink
Bump up version to 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangt58 committed Apr 4, 2018
1 parent e6cdab6 commit 89532a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions felapps/utils/miscutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
class AppVersions():
def __init__(self):
self.versions = {
'imageviewer' : '1.4.1',
'cornalyzer' : '2.0',
'imageviewer' : '1.4.2',
'cornalyzer' : '2.0.1',
'felformula' : '1.4',
'dataworkshop' : '1.1',
'matchwizard' : '1.0',
'wxmpv' : '0.2',
'appdrawer' : '1.5.16',
'appdrawer' : '2.0.0',
}

def setVersion(self, verNum, appName = 'imageviewer'):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def readme():
import glob

appName = "felapps"
appVersion = "1.5.16"
appVersion = "2.0.0"
appDescription = "High-level applications for FEL commissioning."
appLong_description = readme() + '\n\n'
appPlatform = ["Linux"]
Expand Down

0 comments on commit 89532a5

Please sign in to comment.