summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-03-02 08:16:53 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-03-02 08:16:53 -0500
commite3671b76b089f015ded142966aae0e8cdb572aa6 (patch)
treec316ed403d810cd4adf242222ae5cc58e8ffc5f0 /setup.py
parent5b3edbe7ef552f09cb5cae62bcdfd7bac0a86f2b (diff)
Bump version number.
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 21fad87..b17edee 100644
--- a/setup.py
+++ b/setup.py
@@ -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/",