From a3098bbc9f2f332655555c0152e8c343eed0ffdf Mon Sep 17 00:00:00 2001 From: Greg Leclercq Date: Tue, 5 Aug 2014 11:26:36 +0200 Subject: [PATCH] Bump version to 0.2.2 --- simpleflow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpleflow/__init__.py b/simpleflow/__init__.py index fb19a2524..a87906ae7 100755 --- a/simpleflow/__init__.py +++ b/simpleflow/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '0.2.1' +__version__ = '0.2.2' __author__ = 'Greg Leclercq' __license__ = "MIT"