Skip to content

Commit

Permalink
Setting version number constants
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderrichards committed Aug 4, 2020
1 parent eb04c50 commit ed31661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ganga/GangaCore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def getLCGRootPath():

# ------------------------------------------------
# store Ganga version based on new git tag for this file
_gangaVersion = '8.3.3'
_gangaVersion = '8.3.4'
_development = False

# store a path to Ganga libraries
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

_gangaVersion = '8.3.3'
_gangaVersion = '8.3.4'

def version():
return _gangaVersion
Expand Down

0 comments on commit ed31661

Please sign in to comment.