summaryrefslogtreecommitdiff
path: root/bs4/__init__.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2013-05-07 14:12:10 -0400
committerLeonard Richardson <leonardr@segfault.org>2013-05-07 14:12:10 -0400
commit39efcb4b7ab30145b3733ba820f3c0df0da35ace (patch)
treeac8be4a47b4c16b936f94f25fa39a174872e80ce /bs4/__init__.py
parent07bafa37e866876563ecd729c6a2adaa6d6d01ff (diff)
Fixed up diagnose() and added it to the docs.
Diffstat (limited to 'bs4/__init__.py')
-rw-r--r--bs4/__init__.py4
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']