diff --git a/dexbot/__init__.py b/dexbot/__init__.py index 402fba50c..b147b093e 100644 --- a/dexbot/__init__.py +++ b/dexbot/__init__.py @@ -1,4 +1,4 @@ APP_NAME = 'dexbot' -VERSION = '0.17.0' +VERSION = '0.17.1' AUTHOR = 'Codaone Oy' __version__ = VERSION