diff options
| author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-03-02 08:16:53 -0500 |
|---|---|---|
| committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-03-02 08:16:53 -0500 |
| commit | e3671b76b089f015ded142966aae0e8cdb572aa6 (patch) | |
| tree | c316ed403d810cd4adf242222ae5cc58e8ffc5f0 /setup.py | |
| parent | 5b3edbe7ef552f09cb5cae62bcdfd7bac0a86f2b (diff) | |
Bump 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.0b9", + version = "4.0.0b10", author="Leonard Richardson", author_email='leonardr@segfault.org', url="http://www.crummy.com/software/BeautifulSoup/bs4/", |
