From e8c3839a984d74f01c87f2f359c83abd255c5f72 Mon Sep 17 00:00:00 2001 From: Josh Mervine Date: Fri, 19 Dec 2014 10:06:59 -0800 Subject: [PATCH] Version bump to 0.0.6. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 13dcd78..3a2a967 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ options = { "name": "maxcdn", - "version": "0.0.5", + "version": "0.0.6", "description": "A Python REST Client for MaxCDN REST Web Services", "author": "Joshua P. Mervine", "author_email": "joshua@mervine.net",