diff --git a/dexbot/__init__.py b/dexbot/__init__.py index 3a31130f9..e757db62d 100644 --- a/dexbot/__init__.py +++ b/dexbot/__init__.py @@ -1,4 +1,4 @@ APP_NAME = 'dexbot' -VERSION = '0.7.8' +VERSION = '0.7.9' AUTHOR = 'Codaone Oy' __version__ = VERSION