Skip to content

Commit e493892

Browse files
author
ganga-ci
committed
Setting release number
1 parent 81263dc commit e493892

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ganga/GangaCore/__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 = '7.0.4'
29-
_development = True
28+
_gangaVersion = '7.1.0'
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 = '7.0.4'
10+
_gangaVersion = '7.1.0'
1111

1212
def version():
1313
return _gangaVersion

0 commit comments

Comments
 (0)