diff options
author | Leonard Richardson <leonardr@segfault.org> | 2018-07-28 19:03:15 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2018-07-28 19:03:15 -0400 |
commit | b9d9a035157fea45b17201426f73a200b20814ef (patch) | |
tree | e99b5fbd44e2ab9098ac5c6b02032c771fb5656d /setup.py | |
parent | b9cfa0330bf4c6017d89ab66dcf33dac925e7044 (diff) |
Prep for release.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ from setuptools import ( setup( name="beautifulsoup4", - version = "4.6.0", + version = "4.6.1", author="Leonard Richardson", author_email='leonardr@segfault.org', url="http://www.crummy.com/software/BeautifulSoup/bs4/", |