From 28b7544953e4161734457ed854bd2f6b4a31779e Mon Sep 17 00:00:00 2001 From: Mika Koivistoinen Date: Mon, 12 Mar 2018 13:55:49 +0200 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 2ebecdb7f..f0cf6b4d3 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from pyqt_distutils.build_ui import build_ui -VERSION = '0.1.0' +VERSION = '0.1.2' class InstallCommand(install):