summaryrefslogtreecommitdiff
path: root/bs4
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2017-05-07 09:50:01 -0400
committerLeonard Richardson <leonardr@segfault.org>2017-05-07 09:50:01 -0400
commit69584569cbc9b7a0808efc3e25228acd74aa1aba (patch)
tree387432fb29f94ea0cbfc70281397b6043919b5fc /bs4
parent77f1bf0efe0142d5ad5ce84e09a364580a8b6743 (diff)
Prep for 4.6.0 release.
Diffstat (limited to 'bs4')
-rw-r--r--bs4/__init__.py2
1 files changed, 1 insertions, 1 deletions
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"