diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-23 11:56:40 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-23 11:56:40 -0500 |
commit | b7749c50a2c96ccf6982cfa1ca02d883e31e0af9 (patch) | |
tree | 404063e3bb580627a6cabad1b80774981d4f5232 /bs4/__init__.py | |
parent | 2f72913160bedb509a8042693328d139e7c6b945 (diff) |
Bumped version number.
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 2dd0521..bf800ea 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.0b7" +__version__ = "4.0.0b8" __copyright__ = "Copyright (c) 2004-2012 Leonard Richardson" __license__ = "MIT" |