diff options
author | Leonard Richardson <leonardr@segfault.org> | 2013-05-07 14:12:10 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2013-05-07 14:12:10 -0400 |
commit | 39efcb4b7ab30145b3733ba820f3c0df0da35ace (patch) | |
tree | ac8be4a47b4c16b936f94f25fa39a174872e80ce /bs4/__init__.py | |
parent | 07bafa37e866876563ecd729c6a2adaa6d6d01ff (diff) |
Fixed up diagnose() and added it to the docs.
Diffstat (limited to 'bs4/__init__.py')
-rw-r--r-- | bs4/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bs4/__init__.py b/bs4/__init__.py index 88177d6..a5e7a86 100644 --- a/bs4/__init__.py +++ b/bs4/__init__.py @@ -17,8 +17,8 @@ http://www.crummy.com/software/BeautifulSoup/bs4/doc/ """ __author__ = "Leonard Richardson (leonardr@segfault.org)" -__version__ = "4.1.3" -__copyright__ = "Copyright (c) 2004-2012 Leonard Richardson" +__version__ = "4.2.0" +__copyright__ = "Copyright (c) 2004-2013 Leonard Richardson" __license__ = "MIT" __all__ = ['BeautifulSoup'] |