summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2020-05-17 13:58:15 -0400
committerLeonard Richardson <leonardr@segfault.org>2020-05-17 13:58:15 -0400
commit8ddf0953746cb25cd900038067ee5a469940e972 (patch)
tree851985846258032d58df53192514a87a3aeda014 /setup.py
parent56d128279162d3a5696cfba767891c843393e372 (diff)
Switch entirely to Python 3-style print statements, even in Python 2.
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 29167dd..e8244ed 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ setup(
# NOTE: We can't import __version__ from bs4 because bs4/__init__.py is Python 2 code,
# and converting it to Python 3 means going through this code to run 2to3.
# So we have to specify it twice for the time being.
- version = '4.9.0',
+ version = '4.9.1',
author="Leonard Richardson",
author_email='leonardr@segfault.org',
url="http://www.crummy.com/software/BeautifulSoup/bs4/",