diff --git a/ganga/GangaCore/__init__.py b/ganga/GangaCore/__init__.py index 9525b7f60c..716baf131a 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.2.0' -_development = True +_gangaVersion = '8.2.1' +_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 e7ab175bc7..7b39e1792a 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ file_path = os.path.dirname(os.path.realpath(__file__)) -_gangaVersion = '8.2.0' +_gangaVersion = '8.2.1' def version(): return _gangaVersion