diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-09 16:27:37 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-09 16:27:37 -0500 |
commit | a9e46f36a1dfd3442c484c30db416c0760343968 (patch) | |
tree | cc21353fe189e8256ccd1665540f61280ccf1cfa /setup.py | |
parent | 4cda3519c31dc2d09a9c58f225736d9a7df49347 (diff) |
Bumped version number.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ except ImportError: from distutils.command.build_py import build_py setup(name="beautifulsoup4", - version = "4.0.0b4", + version = "4.0.0b5", author="Leonard Richardson", author_email='leonardr@segfault.org', url="http://www.crummy.com/software/BeautifulSoup/bs4/", |