diff options
author | Leonard Richardson <leonardr@segfault.org> | 2012-05-29 13:25:01 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2012-05-29 13:25:01 -0400 |
commit | 8ec2a7d9423a6269f74c47ec2475b6c5fd143437 (patch) | |
tree | c56ac2168b2d10da6057e9b84c129f081cf039e6 /bs4/__init__.py | |
parent | 49aa4dd243353f7d0f25d7c5ea51ba3344110a47 (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 463b153..af8c718 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.5" +__version__ = "4.1.0" __copyright__ = "Copyright (c) 2004-2012 Leonard Richardson" __license__ = "MIT" |