summaryrefslogtreecommitdiff
path: root/bs4/__init__.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2022-04-08 17:05:06 -0400
committerLeonard Richardson <leonardr@segfault.org>2022-04-08 17:05:06 -0400
commit0c75dd4a83674e840dd9ec3e34d974ec69070d0b (patch)
treecbeda86f32fd22ea520e1e8cefc17a913bc4216b /bs4/__init__.py
parent4430c10a14d52babc32eb1d069901e64cde21ecb (diff)
Some cleanup work to get more consistent and complete about what gets packaged with the Beautiful Soup 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 a16ff26..b3c9feb 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.11.0"
+__version__ = "4.11.1"
__copyright__ = "Copyright (c) 2004-2022 Leonard Richardson"
# Use of this source code is governed by the MIT license.
__license__ = "MIT"