diff options
author | Leonard Richardson <leonardr@segfault.org> | 2013-10-02 08:33:46 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2013-10-02 08:33:46 -0400 |
commit | 031ff0e51d01ef4ab09b47916f342f9f77e13daf (patch) | |
tree | cb5fdb81d52d6e3dfd8f1b0da93f287d51e0a622 /bs4/__init__.py | |
parent | d69a8433c010ad5c790566bd4d4e47a1db81988c (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 341efc6..7ba3426 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.3.1" +__version__ = "4.3.2" __copyright__ = "Copyright (c) 2004-2013 Leonard Richardson" __license__ = "MIT" |