diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-16 11:15:38 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-16 11:15:38 -0400 |
commit | 4a587ff6996a2192944d7fec341180c2a116ea17 (patch) | |
tree | 9587a155b8f0626be8edf215c51f1e576ae90396 /bs4 | |
parent | bb02cc186306b946faaff474ce738acefa9f9ab1 (diff) |
Prep for release.
Diffstat (limited to 'bs4')
-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 b7f4898..54a58d0 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.3" +__version__ = "4.0.4" __copyright__ = "Copyright (c) 2004-2012 Leonard Richardson" __license__ = "MIT" |