From ca3ce2a593aa3ca3442c4762625ea3b26f5e9efa Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sun, 7 May 2017 09:50:01 -0400 Subject: Prep for 4.6.0 release. --- bs4/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bs4') diff --git a/bs4/__init__.py b/bs4/__init__.py index c984ef6..7a80452 100644 --- a/bs4/__init__.py +++ b/bs4/__init__.py @@ -21,7 +21,7 @@ http://www.crummy.com/software/BeautifulSoup/bs4/doc/ # found in the LICENSE file. __author__ = "Leonard Richardson (leonardr@segfault.org)" -__version__ = "4.5.3" +__version__ = "4.6.0" __copyright__ = "Copyright (c) 2004-2017 Leonard Richardson" __license__ = "MIT" -- cgit v1.2.1