From d4bb561b567e48df463e55d7110b26ecae3f161f Mon Sep 17 00:00:00 2001 From: Greg Leclercq Date: Wed, 6 May 2015 11:35:17 +0200 Subject: [PATCH] Bump version to 0.6.1 --- simpleflow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpleflow/__init__.py b/simpleflow/__init__.py index 6eb311c72..7f7723ebf 100755 --- a/simpleflow/__init__.py +++ b/simpleflow/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '0.6.0' +__version__ = '0.6.1' __author__ = 'Greg Leclercq' __license__ = "MIT"