diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-16 11:15:38 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-16 11:15:38 -0400 |
commit | 4a587ff6996a2192944d7fec341180c2a116ea17 (patch) | |
tree | 9587a155b8f0626be8edf215c51f1e576ae90396 /setup.py | |
parent | bb02cc186306b946faaff474ce738acefa9f9ab1 (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.3", + version = "4.0.4", author="Leonard Richardson", author_email='leonardr@segfault.org', url="http://www.crummy.com/software/BeautifulSoup/bs4/", |