From 3cf957bd4a2d9bc5f657756c6bffe762cecdd8e4 Mon Sep 17 00:00:00 2001 From: Mika Koivistoinen Date: Thu, 29 Mar 2018 14:32:59 +0300 Subject: [PATCH] Change dexbot version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a80b9dfb9..07ddc743b 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from pyqt_distutils.build_ui import build_ui -VERSION = '0.1.2' +VERSION = '0.1.5' class InstallCommand(install):