diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-09 16:27:37 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-09 16:27:37 -0500 |
commit | a9e46f36a1dfd3442c484c30db416c0760343968 (patch) | |
tree | cc21353fe189e8256ccd1665540f61280ccf1cfa /bs4/__init__.py | |
parent | 4cda3519c31dc2d09a9c58f225736d9a7df49347 (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 6917fa9..1aaa6dd 100644 --- a/bs4/__init__.py +++ b/bs4/__init__.py @@ -18,7 +18,7 @@ http://www.crummy.com/software/BeautifulSoup/documentation.html """ __author__ = "Leonard Richardson (leonardr@segfault.org)" -__version__ = "4.0.0b4" +__version__ = "4.0.0b5" __copyright__ = "Copyright (c) 2004-2012 Leonard Richardson" __license__ = "MIT" |