diff options
author | Leonard Richardson <leonardr@segfault.org> | 2017-01-02 10:01:14 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2017-01-02 10:01:14 -0500 |
commit | e3df6d17390fdb74c783de0ba2afb99c9e8be28e (patch) | |
tree | 665188a9a10930e4a533bbda37ef2dc828ab8c5f /bs4/__init__.py | |
parent | d0f1b423e2d6209d20d2f7e6344f3ed2b03e5e8f (diff) |
I need to do another release because of an error while running the release script.
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 94be093..46caac0 100644 --- a/bs4/__init__.py +++ b/bs4/__init__.py @@ -21,7 +21,7 @@ http://www.crummy.com/software/BeautifulSoup/bs4/doc/ # found in the LICENSE file. __author__ = "Leonard Richardson (leonardr@segfault.org)" -__version__ = "4.5.2" +__version__ = "4.5.3" __copyright__ = "Copyright (c) 2004-2017 Leonard Richardson" __license__ = "MIT" |