diff --git a/dexbot/__init__.py b/dexbot/__init__.py index 93b4245eb..0026037ac 100644 --- a/dexbot/__init__.py +++ b/dexbot/__init__.py @@ -1,4 +1,4 @@ APP_NAME = 'dexbot' -VERSION = '0.5.1' +VERSION = '0.5.2' AUTHOR = 'Codaone Oy' __version__ = VERSION