Skip to content

Commit 12e49d8

Browse files
author
Ganga CI
committed
Setting release number
1 parent 4f78f3a commit 12e49d8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

python/Ganga/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ def getLCGRootPath():
2525

2626
# ------------------------------------------------
2727
# store Ganga version based on new git tag for this file
28-
_gangaVersion = '6.7.3'
29-
_development = True
28+
_gangaVersion = '6.7.4'
29+
_development = False
3030

3131
# store a path to Ganga libraries
3232
_gangaPythonPath = os.path.dirname(os.path.dirname(__file__))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
file_path = os.path.dirname(os.path.realpath(__file__))
99

10-
_gangaVersion = '6.7.3'
10+
_gangaVersion = '6.7.4'
1111

1212
def version():
1313
return _gangaVersion

0 commit comments

Comments
 (0)