From 0384131cdf9430f78440fab239d7f191fcae4055 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 9 Oct 2015 10:37:05 +0200 Subject: Reaktor: drop shlex for parsing args, every command has to do it by itself now this breaks compatibility so be aware --- Reaktor/reaktor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Reaktor/reaktor/__init__.py') diff --git a/Reaktor/reaktor/__init__.py b/Reaktor/reaktor/__init__.py index dd694a06..10b8539a 100644 --- a/Reaktor/reaktor/__init__.py +++ b/Reaktor/reaktor/__init__.py @@ -1 +1 @@ -__version__="0.4.3" +__version__="0.5.0" -- cgit v1.2.3