diff options
author | makefu <makefu@pnp.retiolum> | 2015-10-09 10:37:05 +0200 |
---|---|---|
committer | makefu <makefu@pnp.retiolum> | 2015-10-09 10:37:05 +0200 |
commit | 0384131cdf9430f78440fab239d7f191fcae4055 (patch) | |
tree | 0b451802037a2ae6c83a5d7abb6ec2acae4b850f /Reaktor/reaktor/__init__.py | |
parent | 15201886b97ee607bb494d85eea8e3a7096c6a14 (diff) |
Reaktor: drop shlex for parsing args, every command has to do it by itself now
this breaks compatibility so be aware
Diffstat (limited to 'Reaktor/reaktor/__init__.py')
-rw-r--r-- | Reaktor/reaktor/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |