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 81263dc commit e493892Copy full SHA for e493892
2 files changed
ganga/GangaCore/__init__.py
@@ -25,8 +25,8 @@ def getLCGRootPath():
25
26
# ------------------------------------------------
27
# store Ganga version based on new git tag for this file
28
-_gangaVersion = '7.0.4'
29
-_development = True
+_gangaVersion = '7.1.0'
+_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