From 89d6c7aa7d8c1946707535c334c1eec80c44f9a9 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sat, 3 Oct 2020 11:33:36 -0400 Subject: Prepare for release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 31e2b9c..7b4b393 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( # NOTE: We can't import __version__ from bs4 because bs4/__init__.py is Python 2 code, # and converting it to Python 3 means going through this code to run 2to3. # So we have to specify it twice for the time being. - version = '4.9.2', + version = '4.9.3', author="Leonard Richardson", author_email='leonardr@segfault.org', url="http://www.crummy.com/software/BeautifulSoup/bs4/", -- cgit v1.2.3