diff options
author | Leonard Richardson <leonardr@resilience.mynetworksettings.com> | 2023-03-23 15:25:32 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@resilience.mynetworksettings.com> | 2023-03-23 15:25:32 -0400 |
commit | c91087b78b3584b1e696056bc2ad14e34ebd689e (patch) | |
tree | f07d8b7a496087b2c38b300fbf7bf698e116357c | |
parent | 484a003315c822eb0a52b8e498a682da2b93bfd4 (diff) |
Bump version number preemptively.
-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 9a76a15..01fca6d 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.12.0" +__version__ = "4.12.1" __copyright__ = "Copyright (c) 2004-2023 Leonard Richardson" # Use of this source code is governed by the MIT license. __license__ = "MIT" |