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 49c9ea3 commit 7922499Copy full SHA for 7922499
2 files changed
ganga/GangaCore/__init__.py
@@ -28,8 +28,8 @@ def getLCGRootPath():
28
29
# ------------------------------------------------
30
# store Ganga version based on new git tag for this file
31
-_gangaVersion = '7.1.1'
32
-_development = True
+_gangaVersion = '7.1.2'
+_development = False
33
34
# store a path to Ganga libraries
35
_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