From cf850dcac3e46fa6d0dd36f2bab3577f7db7e191 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Tue, 24 Dec 2019 17:09:01 -0500 Subject: Bumped version number. --- bs4/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 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" diff --git a/setup.py b/setup.py index e2523f9..23af491 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( # NOTE: We can't import __version__ from bs4 because bs4/__init__.py is Python 2 code, # and converting it to Python 3 means going through this code to run 2to3. # So we have to specify it twice for the time being. - version = '4.8.1', + version = '4.8.2', author="Leonard Richardson", author_email='leonardr@segfault.org', url="http://www.crummy.com/software/BeautifulSoup/bs4/", -- cgit v1.2.3