diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-24 12:07:22 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-24 12:07:22 -0500 |
commit | 698b73eb9214f7139eb6c97b6f07026b8e8ba7c7 (patch) | |
tree | 5b7d6d0a592247034cc72132d1981ddbb62f601e /bs4/__init__.py | |
parent | 295d8b7ea28ab96108aeab0a588393d1a0749188 (diff) |
Renamed Tag.nsprefix to Tag.prefix, for consistency with NamespacedAttribute.
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 9b5c155..cbd0fd6 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.0b8" +__version__ = "4.0.0b9" __copyright__ = "Copyright (c) 2004-2012 Leonard Richardson" __license__ = "MIT" |