From ced99654ad8b689ca1692a78495683300c107861 Mon Sep 17 00:00:00 2001 From: Joel Vainikka Date: Thu, 21 Nov 2019 08:54:47 +0200 Subject: [PATCH] Change dexbot version number to 0.17.5 --- dexbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dexbot/__init__.py b/dexbot/__init__.py index 42bee60b0..1bcc70eeb 100644 --- a/dexbot/__init__.py +++ b/dexbot/__init__.py @@ -1,4 +1,4 @@ APP_NAME = 'dexbot' -VERSION = '0.17.4' +VERSION = '0.17.5' AUTHOR = 'Codaone Oy' __version__ = VERSION