summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2019-12-24 17:09:01 -0500
committerLeonard Richardson <leonardr@segfault.org>2019-12-24 17:09:01 -0500
commitcf850dcac3e46fa6d0dd36f2bab3577f7db7e191 (patch)
treefcec680bce17a6badbb889e1d51589f7c7119788 /setup.py
parentfc4a0e6c7a0bc9fc078400bc8310008b38a14e7a (diff)
Bumped version number.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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/",