summaryrefslogtreecommitdiff
path: root/bs4/__init__.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2024-01-17 11:07:20 -0500
committerLeonard Richardson <leonardr@segfault.org>2024-01-17 11:07:20 -0500
commit496f064d7ceeec44a4d65e0e838667364ef1e3db (patch)
tree66d47e76dae70f65ea51c0686611c1decba01f85 /bs4/__init__.py
parentceee9911ca1cc8b1e67efeea6ed74564f4820c3f (diff)
Prepare for 4.12.3 release.
Diffstat (limited to 'bs4/__init__.py')
-rw-r--r--bs4/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bs4/__init__.py b/bs4/__init__.py
index 3d2ab09..d8ad5e1 100644
--- a/bs4/__init__.py
+++ b/bs4/__init__.py
@@ -15,8 +15,8 @@ documentation: http://www.crummy.com/software/BeautifulSoup/bs4/doc/
"""
__author__ = "Leonard Richardson (leonardr@segfault.org)"
-__version__ = "4.12.2"
-__copyright__ = "Copyright (c) 2004-2023 Leonard Richardson"
+__version__ = "4.12.3"
+__copyright__ = "Copyright (c) 2004-2024 Leonard Richardson"
# Use of this source code is governed by the MIT license.
__license__ = "MIT"