summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2016-08-02 22:40:11 -0400
committerLeonard Richardson <leonardr@segfault.org>2016-08-02 22:40:11 -0400
commite5070b5b99c8aecb5d20d549cd1f85e70edd6268 (patch)
treec7025f0340bb98c4a52e11625282e42b563a28a4 /setup.py
parentc8781c7d6c5ca5e88af6a465b90f334893578531 (diff)
downloadbeautifulsoup4-e5070b5b99c8aecb5d20d549cd1f85e70edd6268.tar.gz
Bump version number.
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 a1e42bb..d04a26e 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ from setuptools import (
setup(
name="beautifulsoup4",
- version = "4.5.0",
+ version = "4.5.1",
author="Leonard Richardson",
author_email='leonardr@segfault.org',
url="http://www.crummy.com/software/BeautifulSoup/bs4/",