diff options
author | Leonard Richardson <leonardr@segfault.org> | 2018-12-31 12:36:45 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2018-12-31 12:36:45 -0500 |
commit | 9e3c437cbfa31691498a0e4e4a31ecf99c7c091a (patch) | |
tree | c56749c498a010cc95647e3797bc4968f5616fa6 /bs4/__init__.py | |
parent | 9216844b86d5abe2a89e375f7fa51444b0d02c72 (diff) |
Prep for release.
Diffstat (limited to 'bs4/__init__.py')
-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 9b4a046..c58ff85 100644 --- a/bs4/__init__.py +++ b/bs4/__init__.py @@ -19,7 +19,7 @@ http://www.crummy.com/software/BeautifulSoup/bs4/doc/ __author__ = "Leonard Richardson (leonardr@segfault.org)" __version__ = "4.7.0" -__copyright__ = "Copyright (c) 2004-2018 Leonard Richardson" +__copyright__ = "Copyright (c) 2004-2019 Leonard Richardson" # Use of this source code is governed by the MIT license. __license__ = "MIT" |