diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-03 10:31:53 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-03 10:31:53 -0400 |
commit | 635566e2c418f4bb6564c3a4caa215985ff4f72b (patch) | |
tree | 3c09cf0e2e5635dc8c7a907671a332680da93a2e /bs4/__init__.py | |
parent | aefa224ccafc202b91775329cbb5f478af9a1288 (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 8d417e6..68e9fed 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.2" +__version__ = "4.0.3" __copyright__ = "Copyright (c) 2004-2012 Leonard Richardson" __license__ = "MIT" |