summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2017-01-02 10:01:14 -0500
committerLeonard Richardson <leonardr@segfault.org>2017-01-02 10:01:14 -0500
commite3df6d17390fdb74c783de0ba2afb99c9e8be28e (patch)
tree665188a9a10930e4a533bbda37ef2dc828ab8c5f /setup.py
parentd0f1b423e2d6209d20d2f7e6344f3ed2b03e5e8f (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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 06551f9..89c9661 100644
--- a/setup.py
+++ b/setup.py
@@ -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/",