diff options
author | Leonard Richardson <leonardr@segfault.org> | 2017-01-02 10:01:14 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2017-01-02 10:01:14 -0500 |
commit | e3df6d17390fdb74c783de0ba2afb99c9e8be28e (patch) | |
tree | 665188a9a10930e4a533bbda37ef2dc828ab8c5f /setup.py | |
parent | d0f1b423e2d6209d20d2f7e6344f3ed2b03e5e8f (diff) |
I need to do another release because of an error while running the release script.
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.5.2", + version = "4.5.3", author="Leonard Richardson", author_email='leonardr@segfault.org', url="http://www.crummy.com/software/BeautifulSoup/bs4/", |