diff options
author | Leonard Richardson <leonardr@segfault.org> | 2018-08-12 12:34:15 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2018-08-12 12:34:15 -0400 |
commit | db096322896ab879b7b468f645e81a7bf91ddc94 (patch) | |
tree | 9b8e2272f8758fa95da4195c90c9acd26f93a41c /bs4/__init__.py | |
parent | 427a877bc1a02fa95d83ac2500f94cba2e91501f (diff) |
Bump up to version 4.6.3 so I can re-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 8c662f8..470177f 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.6.2" +__version__ = "4.6.3" __copyright__ = "Copyright (c) 2004-2018 Leonard Richardson" __license__ = "MIT" |