diff --git a/dexbot/__init__.py b/dexbot/__init__.py index 3079b9e49..98f724f6c 100644 --- a/dexbot/__init__.py +++ b/dexbot/__init__.py @@ -1,4 +1,4 @@ APP_NAME = 'dexbot' -VERSION = '0.18.0' +VERSION = '0.18.1' AUTHOR = 'Codaone Oy' __version__ = VERSION