diff --git a/dexbot/__init__.py b/dexbot/__init__.py index a51d3ee75..3845aa5f5 100644 --- a/dexbot/__init__.py +++ b/dexbot/__init__.py @@ -1,4 +1,4 @@ APP_NAME = 'dexbot' -VERSION = '0.15.4' +VERSION = '0.15.5' AUTHOR = 'Codaone Oy' __version__ = VERSION