summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2019-01-06 19:50:54 -0500
committerLeonard Richardson <leonardr@segfault.org>2019-01-06 19:50:54 -0500
commit0c1053d9ae093ea7db74c24ee29f430cc6fcae88 (patch)
tree28b256e2f100a5140d4a3925198c1009454dfd61
parent32845f6877557ec75a0c7791bf50da619d06536b (diff)
downloadbeautifulsoup4-0c1053d9ae093ea7db74c24ee29f430cc6fcae88.tar.gz
Prep for release.HEADtrunk
-rw-r--r--bs4/__init__.py2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/bs4/__init__.py b/bs4/__init__.py
index 3e34f63..d3a1086 100644
--- a/bs4/__init__.py
+++ b/bs4/__init__.py
@@ -18,7 +18,7 @@ http://www.crummy.com/software/BeautifulSoup/bs4/doc/
"""
__author__ = "Leonard Richardson (leonardr@segfault.org)"
-__version__ = "4.7.0"
+__version__ = "4.7.1"
__copyright__ = "Copyright (c) 2004-2019 Leonard Richardson"
# Use of this source code is governed by the MIT license.
__license__ = "MIT"
diff --git a/setup.py b/setup.py
index eff3dcb..e711faa 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ with open("README.md", "r") as fh:
setup(
name="beautifulsoup4",
- version = "4.7.0",
+ version = "4.7.1",
author="Leonard Richardson",
author_email='leonardr@segfault.org',
url="http://www.crummy.com/software/BeautifulSoup/bs4/",