From 50f872c78f8b894996f81176d5e03f4a6bbe8efd Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Fri, 20 Jan 2012 17:03:16 -0500 Subject: More script noodling. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6e27147..f8a72f9 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ except ImportError: setup(name="BeautifulSoup", - version="4.0b", + version="4.0b2", author="Leonard Richardson", url="http://www.crummy.com/software/BeautifulSoup/", packages=['bs4', 'bs4.builder', 'bs4.tests'], -- cgit v1.2.3