summaryrefslogtreecommitdiff
path: root/bs4/__init__.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2019-01-06 19:50:54 -0500
committerLeonard Richardson <leonardr@segfault.org>2019-01-06 19:50:54 -0500
commit267e57485b6002928ce5618ac3d2b845c872982c (patch)
tree35c09508b66ef10b8bb52151ce7dd205f56c5dfa /bs4/__init__.py
parentc43dde4616326d9583087a5a7639f0e4490ebe4b (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 3e34f63..d3a1086 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.0"
+__version__ = "4.7.1"
__copyright__ = "Copyright (c) 2004-2019 Leonard Richardson"
# Use of this source code is governed by the MIT license.
__license__ = "MIT"