diff options
author | Leonard Richardson <leonardr@segfault.org> | 2016-08-02 22:40:11 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2016-08-02 22:40:11 -0400 |
commit | f71ad1549bdb38701834544952d8352d2c3bf641 (patch) | |
tree | 0729501f43623347a47e816be340ed998e516cac /bs4 | |
parent | 0fe84d4d409273b6fadefe85e328e569b3296cfe (diff) |
Bump version number.
Diffstat (limited to 'bs4')
-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 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" |