From 964261bdbe87fe6db664ee99e965bbc1b65349da Mon Sep 17 00:00:00 2001 From: Jenkins Automation Server Date: Tue, 3 Dec 2019 08:55:24 +0000 Subject: [PATCH] Setting release number --- ganga/GangaCore/__init__.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ganga/GangaCore/__init__.py b/ganga/GangaCore/__init__.py index fb91e0d984..5a027e9527 100644 --- a/ganga/GangaCore/__init__.py +++ b/ganga/GangaCore/__init__.py @@ -28,8 +28,8 @@ def getLCGRootPath(): # ------------------------------------------------ # store Ganga version based on new git tag for this file -_gangaVersion = '8.0.2' -_development = True +_gangaVersion = '8.0.3' +_development = False # store a path to Ganga libraries _gangaPythonPath = os.path.dirname(os.path.dirname(__file__)) diff --git a/setup.py b/setup.py index 12f4e7f09e..009ce0744b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ file_path = os.path.dirname(os.path.realpath(__file__)) -_gangaVersion = '8.0.2' +_gangaVersion = '8.0.3' def version(): return _gangaVersion