diff options
author | Leonard Richardson <leonardr@segfault.org> | 2019-01-06 19:50:54 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2019-01-06 19:50:54 -0500 |
commit | 267e57485b6002928ce5618ac3d2b845c872982c (patch) | |
tree | 35c09508b66ef10b8bb52151ce7dd205f56c5dfa /setup.py | |
parent | c43dde4616326d9583087a5a7639f0e4490ebe4b (diff) |
Prep for release.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ with open("README.md", "r") as fh: setup( name="beautifulsoup4", - version = "4.7.0", + version = "4.7.1", author="Leonard Richardson", author_email='leonardr@segfault.org', url="http://www.crummy.com/software/BeautifulSoup/bs4/", |