diff --git a/dexbot/__init__.py b/dexbot/__init__.py index 1cfa78bbc..83eb9651b 100644 --- a/dexbot/__init__.py +++ b/dexbot/__init__.py @@ -1,4 +1,4 @@ APP_NAME = 'dexbot' -VERSION = '0.5.16' +VERSION = '0.5.17' AUTHOR = 'Codaone Oy' __version__ = VERSION