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
commitf71ad1549bdb38701834544952d8352d2c3bf641 (patch)
tree0729501f43623347a47e816be340ed998e516cac /setup.py
parent0fe84d4d409273b6fadefe85e328e569b3296cfe (diff)
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/",