diff options
author | Leonard Richardson <leonardr@segfault.org> | 2020-10-03 11:33:36 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2020-10-03 11:33:36 -0400 |
commit | 89d6c7aa7d8c1946707535c334c1eec80c44f9a9 (patch) | |
tree | 581a0a92337a79deda97f2a92348004d1c4e8c0f /bs4/__init__.py | |
parent | a352cbfd08b039d393a68ee8bc62d5d86cf02fbf (diff) |
Prepare for release.
Diffstat (limited to 'bs4/__init__.py')
-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 fd33ad1..8f78809 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.2" +__version__ = "4.9.3" __copyright__ = "Copyright (c) 2004-2020 Leonard Richardson" # Use of this source code is governed by the MIT license. __license__ = "MIT" |