diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-01-20 17:03:16 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-01-20 17:03:16 -0500 |
commit | 50f872c78f8b894996f81176d5e03f4a6bbe8efd (patch) | |
tree | 16d6118b70cc9b171d733cba89b3ff81457b1c60 /setup.py | |
parent | 5b42f5cd27c9fec84f5932557c335f88eb769a05 (diff) |
More script noodling.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'], |