diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-03-26 09:49:10 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-03-26 09:49:10 -0400 |
commit | b14a9cc5680fdce5530ae84b7ce3671f93c3e523 (patch) | |
tree | f060ec1f6cf5a73d686b668b2bc22fb3ba923a8b /bs4/__init__.py | |
parent | 8a511751f6a4b0c6f789695d000bf1f6074ce15d (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 4618035..8d417e6 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.1" +__version__ = "4.0.2" __copyright__ = "Copyright (c) 2004-2012 Leonard Richardson" __license__ = "MIT" |