summaryrefslogtreecommitdiff
path: root/bs4/__init__.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-04-27 10:09:17 -0400
committerLeonard Richardson <leonard.richardson@canonical.com>2012-04-27 10:09:17 -0400
commit06f15fea89290a214346786e00e06c3b82f6a259 (patch)
treeeda6acddbf2fb289ccd7a40b6b50db06e6fc7ff2 /bs4/__init__.py
parentf71ba86ec04e2ce0ff5a0e64f4f20becadcc6ddc (diff)
Prep for release.
Diffstat (limited to 'bs4/__init__.py')
-rw-r--r--bs4/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bs4/__init__.py b/bs4/__init__.py
index 54a58d0..463b153 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.4"
+__version__ = "4.0.5"
__copyright__ = "Copyright (c) 2004-2012 Leonard Richardson"
__license__ = "MIT"