diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-03-26 09:49:10 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-03-26 09:49:10 -0400 |
commit | b14a9cc5680fdce5530ae84b7ce3671f93c3e523 (patch) | |
tree | f060ec1f6cf5a73d686b668b2bc22fb3ba923a8b /setup.py | |
parent | 8a511751f6a4b0c6f789695d000bf1f6074ce15d (diff) |
Prep for release.
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.0.1", + version = "4.0.2", author="Leonard Richardson", author_email='leonardr@segfault.org', url="http://www.crummy.com/software/BeautifulSoup/bs4/", |