diff --git a/grapetree/config.py b/grapetree/config.py index 1b6a28a..61a9fde 100644 --- a/grapetree/config.py +++ b/grapetree/config.py @@ -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 diff --git a/main.py b/main.py index ce2933a..a3f2775 100644 --- a/main.py +++ b/main.py @@ -33,7 +33,7 @@ __licence__ = 'GPLv3' __author__ = 'Zhemin Zhou, Martin Sergeant, Nabil-Fareed Alikhan & Mark Achtman' __author_email__ = ' M.J.Sergeant@warwick.ac.uk' -__version__ = '0.0.7' +__version__ = '0.0.8' epi = "Licence: " + __licence__ + " by " + __author__ + \ " <" + __author_email__ + ">"