diff --git a/dexbot/__init__.py b/dexbot/__init__.py index f6740571..28adece6 100644 --- a/dexbot/__init__.py +++ b/dexbot/__init__.py @@ -1,4 +1,4 @@ APP_NAME = 'dexbot' -VERSION = '1.0.0' +VERSION = '1.1.0' AUTHOR = 'EVRAZ' __version__ = VERSION