From 4dc61d288ef261145b87abe614f9c77f5a4dd662 Mon Sep 17 00:00:00 2001 From: Alec Clowes Date: Mon, 10 Jul 2017 23:47:50 -0700 Subject: [PATCH] release 0.1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ccd837f..748b9ab 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.1.2', + version='0.1.3', description='Yet Another Workflow Engine, a subprocess-based DAG execution system', long_description=long_description,