diff options
author | Leonard Richardson <leonardr@segfault.org> | 2019-12-24 17:09:01 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2019-12-24 17:09:01 -0500 |
commit | cf850dcac3e46fa6d0dd36f2bab3577f7db7e191 (patch) | |
tree | fcec680bce17a6badbb889e1d51589f7c7119788 /bs4/__init__.py | |
parent | fc4a0e6c7a0bc9fc078400bc8310008b38a14e7a (diff) |
Bumped version number.
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 35bc4d3..3cd2e15 100644 --- a/bs4/__init__.py +++ b/bs4/__init__.py @@ -15,7 +15,7 @@ documentation: http://www.crummy.com/software/BeautifulSoup/bs4/doc/ """ __author__ = "Leonard Richardson (leonardr@segfault.org)" -__version__ = "4.8.1" +__version__ = "4.8.2" __copyright__ = "Copyright (c) 2004-2019 Leonard Richardson" # Use of this source code is governed by the MIT license. __license__ = "MIT" |