Skip to content

Commit

Permalink
Bumped to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Nabil Alikhan authored and Nabil Alikhan committed Aug 2, 2017
1 parent 80eb9a6 commit ad34a50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions grapetree/config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

VERSION = '0.0.7'
JAVASCRIPT_VERSION = '0.0.7'
VERSION = '0.0.8'
JAVASCRIPT_VERSION = '0.0.8'
DEBUG = False
PORT = 8000

Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
__licence__ = 'GPLv3'
__author__ = 'Zhemin Zhou, Martin Sergeant, Nabil-Fareed Alikhan & Mark Achtman'
__author_email__ = ' [email protected]'
__version__ = '0.0.7'
__version__ = '0.0.8'

epi = "Licence: " + __licence__ + " by " + __author__ + \
" <" + __author_email__ + ">"
Expand Down

0 comments on commit ad34a50

Please sign in to comment.