diff --git a/ganga/GangaCore/__init__.py b/ganga/GangaCore/__init__.py index 6590f4d9f0..f7b5536531 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.3.1' -_development = True +_gangaVersion = '8.3.2' +_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 65a43164a4..ee69a6c88a 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ file_path = os.path.dirname(os.path.realpath(__file__)) -_gangaVersion = '8.3.1' +_gangaVersion = '8.3.2' def version(): return _gangaVersion