From 205441f0c79798281e2492d7f94cca0eedda7d45 Mon Sep 17 00:00:00 2001 From: Greg Leclercq Date: Tue, 17 Mar 2015 10:21:25 +0100 Subject: [PATCH] Bump version to 0.5.2 --- simpleflow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpleflow/__init__.py b/simpleflow/__init__.py index 1b9716b52..8204d3585 100755 --- a/simpleflow/__init__.py +++ b/simpleflow/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '0.5.1' +__version__ = '0.5.2' __author__ = 'Greg Leclercq' __license__ = "MIT"