From 06b43a18bede0e7d4d52683d8d0e6f94236837ac Mon Sep 17 00:00:00 2001 From: Zeth Date: Fri, 5 Oct 2018 23:37:44 +0100 Subject: [PATCH] Prepare for a release. --- inputs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inputs.py b/inputs.py index 3bbcc60..051fda5 100644 --- a/inputs.py +++ b/inputs.py @@ -57,7 +57,7 @@ from multiprocessing import Process, Pipe import ctypes -__version__ = "0.4" +__version__ = "0.5" WIN = True if platform.system() == 'Windows' else False MAC = True if platform.system() == 'Darwin' else False