diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2013-06-03 07:34:30 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2013-06-03 07:34:30 -0400 |
commit | 9949d66d18f14623adf57fb4cef41b0282bb8672 (patch) | |
tree | d2cfb8eb5fbe52b06b93d15e4645f8b607ccea35 /setup.py | |
parent | 4a9444ac0b74fbf84cf86b9fcf6055c85e65f62a (diff) |
Beautiful Soup will issue a warning if instead of markup you pass it
a URL or the name of a file on disk (a common beginner mistake).
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ except ImportError: from distutils.command.build_py import build_py setup(name="beautifulsoup4", - version = "4.2.1", + version = "4.3.0", author="Leonard Richardson", author_email='leonardr@segfault.org', url="http://www.crummy.com/software/BeautifulSoup/bs4/", |