summaryrefslogtreecommitdiff
path: root/bs4/__init__.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2019-07-16 21:43:28 -0400
committerLeonard Richardson <leonardr@segfault.org>2019-07-16 21:43:28 -0400
commitfb871fc76b11f8b182653bdd922360d332c32dc7 (patch)
tree18cb601d3bc5be872f41d1f605f7870a7ee1bbd5 /bs4/__init__.py
parentfc71bc1c04e0495c34a5b78ec21895e32848b344 (diff)
Prep for release.
Diffstat (limited to 'bs4/__init__.py')
-rw-r--r--bs4/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bs4/__init__.py b/bs4/__init__.py
index 66797ca..9cd01c8 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.7.1"
+__version__ = "4.8.0"
__copyright__ = "Copyright (c) 2004-2019 Leonard Richardson"
# Use of this source code is governed by the MIT license.
__license__ = "MIT"