From 10282bf67f59c40b3bf2e4413f758485bfec2e50 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 11 May 2009 01:14:21 -0400 Subject: [PATCH] Version number bump. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 134ad3a..3e1dd0a 100644 --- a/setup.py +++ b/setup.py @@ -104,7 +104,7 @@ def platform_config(): setup( name = "python-spidermonkey", - version = "0.0.5", + version = "0.0.6", license = "MIT", author = "Paul J. Davis", author_email = "paul.joseph.davis@gmail.com",