From 97f1c00c3015bafd9c631a86253013e9c8e4115d Mon Sep 17 00:00:00 2001 From: Joel Vainikka Date: Thu, 2 May 2019 09:25:05 +0300 Subject: [PATCH] Change dexbot version number to 0.10.12 --- dexbot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dexbot/__init__.py b/dexbot/__init__.py index a0e21b1e2..847b259f4 100644 --- a/dexbot/__init__.py +++ b/dexbot/__init__.py @@ -1,4 +1,4 @@ APP_NAME = 'dexbot' -VERSION = '0.10.11' +VERSION = '0.10.12' AUTHOR = 'Codaone Oy' __version__ = VERSION