summaryrefslogtreecommitdiff
path: root/bs4/__init__.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 /bs4/__init__.py
parent5b3edbe7ef552f09cb5cae62bcdfd7bac0a86f2b (diff)
Bump version number.
Diffstat (limited to 'bs4/__init__.py')
-rw-r--r--bs4/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bs4/__init__.py b/bs4/__init__.py
index c66cc65..8e0755b 100644
--- a/bs4/__init__.py
+++ b/bs4/__init__.py
@@ -17,7 +17,7 @@ http://www.crummy.com/software/BeautifulSoup/bs4/doc/
"""
__author__ = "Leonard Richardson (leonardr@segfault.org)"
-__version__ = "4.0.0b9"
+__version__ = "4.0.0b10"
__copyright__ = "Copyright (c) 2004-2012 Leonard Richardson"
__license__ = "MIT"