diff options
author | Leonard Richardson <leonardr@segfault.org> | 2019-10-06 10:02:07 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2019-10-06 10:02:07 -0400 |
commit | 5b7212298f17a6c3c33f79b49e36a730b45fd19d (patch) | |
tree | 5b104dcaa129aa1b79666daf29a4afc18299132d /bs4/__init__.py | |
parent | 24fca77a9e156ec77f1bec115199c9be176edcc2 (diff) |
Added section on Python 2 sunsetting.
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 e85a0bf..1ea7b97 100644 --- a/bs4/__init__.py +++ b/bs4/__init__.py @@ -18,7 +18,7 @@ http://www.crummy.com/software/BeautifulSoup/bs4/doc/ """ __author__ = "Leonard Richardson (leonardr@segfault.org)" -__version__ = "4.8.0" +__version__ = "4.8.1" __copyright__ = "Copyright (c) 2004-2019 Leonard Richardson" # Use of this source code is governed by the MIT license. __license__ = "MIT" |