We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f78f3a commit 12e49d8Copy full SHA for 12e49d8
2 files changed
python/Ganga/__init__.py
@@ -25,8 +25,8 @@ def getLCGRootPath():
25
26
# ------------------------------------------------
27
# store Ganga version based on new git tag for this file
28
-_gangaVersion = '6.7.3'
29
-_development = True
+_gangaVersion = '6.7.4'
+_development = False
30
31
# store a path to Ganga libraries
32
_gangaPythonPath = os.path.dirname(os.path.dirname(__file__))
setup.py
@@ -7,7 +7,7 @@
7
8
file_path = os.path.dirname(os.path.realpath(__file__))
9
10
11
12
def version():
13
return _gangaVersion
0 commit comments