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