diff options
author | Leonard Richardson <leonardr@segfault.org> | 2012-07-03 10:22:12 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2012-07-03 10:22:12 -0400 |
commit | fad4290ac93a33d7052ea1c7a73fb992b9579c3a (patch) | |
tree | c51b8fa37e456bbcf17ee32323b8f91af862e2c3 /setup.py | |
parent | 6e48bc2896908dbd8d57f950606f842539fcbfaf (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.1.0", + version = "4.1.1", author="Leonard Richardson", author_email='leonardr@segfault.org', url="http://www.crummy.com/software/BeautifulSoup/bs4/", |