From 4b27a45fcf0a16f3947eb8876ce41b763ca76089 Mon Sep 17 00:00:00 2001 From: Kushal Pisavadia Date: Tue, 3 Jun 2014 17:44:33 +0100 Subject: [PATCH] Bump version to v0.3.0 --- serfclient/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serfclient/__init__.py b/serfclient/__init__.py index 74a0fdd..fe5fb05 100644 --- a/serfclient/__init__.py +++ b/serfclient/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.2.0' +__version__ = '0.3.0' from serfclient.client import SerfClient