Skip to content

Commit

Permalink
Setting release number
Browse files Browse the repository at this point in the history
  • Loading branch information
ganga-ci committed May 25, 2018
1 parent 5df6ee6 commit 8b01418
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ganga/GangaCore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def getLCGRootPath():

# ------------------------------------------------
# store Ganga version based on new git tag for this file
_gangaVersion = '7.0.2'
_development = True
_gangaVersion = '7.0.3'
_development = False

# store a path to Ganga libraries
_gangaPythonPath = os.path.dirname(os.path.dirname(__file__))
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 = '7.0.2'
_gangaVersion = '7.0.3'

def version():
return _gangaVersion
Expand Down

0 comments on commit 8b01418

Please sign in to comment.