summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-01-20 17:03:16 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-01-20 17:03:16 -0500
commitccdf8ea1343ddcd1c2dded7e2e91369ae35386b3 (patch)
treeb7b293b333416e5f0689ba7e875ce1c3c90b85cf /setup.py
parent8fcc92aa7aeef437fa87ddac1ee47fd9aab88972 (diff)
downloadbeautifulsoup4-ccdf8ea1343ddcd1c2dded7e2e91369ae35386b3.tar.gz
More script noodling.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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'],