summaryrefslogtreecommitdiff
path: root/bs4/__init__.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2020-09-26 11:43:40 -0400
committerLeonard Richardson <leonardr@segfault.org>2020-09-26 11:43:40 -0400
commitaaa34be00edfa334c0945d7aad7cf18c5974de0e (patch)
tree6acea2bdf2ccca2016694ab62f2984642e6c9fa2 /bs4/__init__.py
parent4eef28adde8d1b09dda10b1f6c4f8f896a2b9393 (diff)
Increment version number.
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 2b82864..fd33ad1 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.9.1"
+__version__ = "4.9.2"
__copyright__ = "Copyright (c) 2004-2020 Leonard Richardson"
# Use of this source code is governed by the MIT license.
__license__ = "MIT"