From 29e5498d9686525bdc3164bf96a7a6f8720dea47 Mon Sep 17 00:00:00 2001 From: Paul McLanahan Date: Mon, 25 Mar 2013 11:52:43 -0400 Subject: [PATCH] Bump version to 0.3.3 in prep for new release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da4f9c9..269ae7b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='basket-client', - version='0.3.2', + version='0.3.3', description="A Python client for Mozilla's basket service.", long_description=open('README.rst').read(), author='Michael Kelly and contributors',