diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-21 08:05:17 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-21 08:05:17 -0500 |
commit | ab5cfcead94a0c99d0f325883960097ef223fca6 (patch) | |
tree | be531463bd32fe82273ed97d4916ffcefd0e41fb /bs4/__init__.py | |
parent | e1b321db7331752a3aea8dd7070dd0db4c60c51d (diff) | |
parent | 60cb51632dce022d1a4aff18500d286e58e0bd5c (diff) |
Merged from trunk.
Diffstat (limited to 'bs4/__init__.py')
-rw-r--r-- | bs4/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bs4/__init__.py b/bs4/__init__.py index 786b57b..647a815 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.0b6" +__version__ = "4.0.0b7" __copyright__ = "Copyright (c) 2004-2012 Leonard Richardson" __license__ = "MIT" |