diff options
author | Leonard Richardson <leonardr@segfault.org> | 2020-09-26 11:43:40 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2020-09-26 11:43:40 -0400 |
commit | aaa34be00edfa334c0945d7aad7cf18c5974de0e (patch) | |
tree | 6acea2bdf2ccca2016694ab62f2984642e6c9fa2 /setup.py | |
parent | 4eef28adde8d1b09dda10b1f6c4f8f896a2b9393 (diff) |
Increment version number.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ setup( # NOTE: We can't import __version__ from bs4 because bs4/__init__.py is Python 2 code, # and converting it to Python 3 means going through this code to run 2to3. # So we have to specify it twice for the time being. - version = '4.9.1', + version = '4.9.2', author="Leonard Richardson", author_email='leonardr@segfault.org', url="http://www.crummy.com/software/BeautifulSoup/bs4/", |