diff --git a/dexbot/__init__.py b/dexbot/__init__.py index e86f81695..ecbb3eb69 100644 --- a/dexbot/__init__.py +++ b/dexbot/__init__.py @@ -1,4 +1,4 @@ APP_NAME = 'dexbot' -VERSION = '0.7.24' +VERSION = '0.7.25' AUTHOR = 'Codaone Oy' __version__ = VERSION