diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-03 10:31:53 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-03 10:31:53 -0400 |
commit | 635566e2c418f4bb6564c3a4caa215985ff4f72b (patch) | |
tree | 3c09cf0e2e5635dc8c7a907671a332680da93a2e /setup.py | |
parent | aefa224ccafc202b91775329cbb5f478af9a1288 (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.2", + version = "4.0.3", author="Leonard Richardson", author_email='leonardr@segfault.org', url="http://www.crummy.com/software/BeautifulSoup/bs4/", |