diff --git a/dexbot/__init__.py b/dexbot/__init__.py index b9658868b..74858de1c 100644 --- a/dexbot/__init__.py +++ b/dexbot/__init__.py @@ -1,4 +1,4 @@ APP_NAME = 'dexbot' -VERSION = '0.29.2' +VERSION = '1.0.0' AUTHOR = 'Codaone Oy' __version__ = VERSION