summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2017-01-02 09:46:39 -0500
committerLeonard Richardson <leonardr@segfault.org>2017-01-02 09:46:39 -0500
commit4f0ef4f533038c7f67b1b9a77147cc402c707a25 (patch)
tree4410f99570050efb538eb935c9e449a027e6fa75 /setup.py
parentaff20748ebba3c685ff23042024b15d67f47214b (diff)
downloadbeautifulsoup4-4f0ef4f533038c7f67b1b9a77147cc402c707a25.tar.gz
Prep for 4.5.2 release.
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 d04a26e..06551f9 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ from setuptools import (
setup(
name="beautifulsoup4",
- version = "4.5.1",
+ version = "4.5.2",
author="Leonard Richardson",
author_email='leonardr@segfault.org',
url="http://www.crummy.com/software/BeautifulSoup/bs4/",