summaryrefslogtreecommitdiff
path: root/bs4
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2016-08-02 22:40:11 -0400
committerLeonard Richardson <leonardr@segfault.org>2016-08-02 22:40:11 -0400
commitf71ad1549bdb38701834544952d8352d2c3bf641 (patch)
tree0729501f43623347a47e816be340ed998e516cac /bs4
parent0fe84d4d409273b6fadefe85e328e569b3296cfe (diff)
Bump version number.
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 9a6e73f..aa818ae 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.0"
+__version__ = "4.5.1"
__copyright__ = "Copyright (c) 2004-2016 Leonard Richardson"
__license__ = "MIT"