diff options
author | Leonard Richardson <leonardr@segfault.org> | 2023-03-20 07:37:08 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2023-03-20 07:37:08 -0400 |
commit | 67a75a51d6433bdf9775e721e495ca2315513047 (patch) | |
tree | 516b38bde20936259f0c476c01ef0ff291404fde | |
parent | cb2dd1654437c03aef91ed603292c887482e2c54 (diff) |
Increased version number in __version__.
-rw-r--r-- | bs4/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bs4/__init__.py b/bs4/__init__.py index a5128d2..9a76a15 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.2" +__version__ = "4.12.0" __copyright__ = "Copyright (c) 2004-2023 Leonard Richardson" # Use of this source code is governed by the MIT license. __license__ = "MIT" |