From 6c3512fa8146970c4178dc62fa2690d514d65184 Mon Sep 17 00:00:00 2001 From: Kanak Biscuitwala Date: Tue, 4 Mar 2014 11:06:40 -0800 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 136409a..c247ddf 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ def readme(): setuptools.setup( name='pyhelix', - version='0.2', + version='0.3', description='Python bindings for Apache Helix', long_description='Support for creating Helix participants in Python. Register a state model, connect, and go!', url='http://github.com/kanakb/pyhelix',