From 6b50be61567f310288e8af23a47a353f369248ba Mon Sep 17 00:00:00 2001 From: Joel Vainikka Date: Tue, 21 May 2019 09:31:20 +0300 Subject: [PATCH] Change dexbot version number to 0.11.5 --- dexbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dexbot/__init__.py b/dexbot/__init__.py index ca889a739..0b76bd2c2 100644 --- a/dexbot/__init__.py +++ b/dexbot/__init__.py @@ -1,4 +1,4 @@ APP_NAME = 'dexbot' -VERSION = '0.11.4' +VERSION = '0.11.5' AUTHOR = 'Codaone Oy' __version__ = VERSION