summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2018-12-31 12:43:11 -0500
committerLeonard Richardson <leonardr@segfault.org>2018-12-31 12:43:11 -0500
commit059c9d13a69d1298057e4821f83a5c8aead2b8fc (patch)
tree973705ebd4eab17d7ca2790109d163eef5ac078d
parent4ded825d323d51332cc0de579bb9e0d0de92ab9e (diff)
downloadbeautifulsoup4-059c9d13a69d1298057e4821f83a5c8aead2b8fc.tar.gz
Bumped version number.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fdeb082..eff3dcb 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ with open("README.md", "r") as fh:
setup(
name="beautifulsoup4",
- version = "4.6.3",
+ version = "4.7.0",
author="Leonard Richardson",
author_email='leonardr@segfault.org',
url="http://www.crummy.com/software/BeautifulSoup/bs4/",