diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-27 10:09:17 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-27 10:09:17 -0400 |
commit | 06f15fea89290a214346786e00e06c3b82f6a259 (patch) | |
tree | eda6acddbf2fb289ccd7a40b6b50db06e6fc7ff2 /bs4/__init__.py | |
parent | f71ba86ec04e2ce0ff5a0e64f4f20becadcc6ddc (diff) |
Prep for release.
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 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" |