diff options
author | Leonard Richardson <leonardr@segfault.org> | 2012-08-20 14:23:35 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2012-08-20 14:23:35 -0400 |
commit | d95ac0003965b4c70157d456fce4d5f1e03ab2d6 (patch) | |
tree | 6bdb65e3d8701a3d80498317fddc63c42c7eef50 /setup.py | |
parent | 346acf249a043d179a940173be6de4043b6b9aae (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.2", + version = "4.1.3", author="Leonard Richardson", author_email='leonardr@segfault.org', url="http://www.crummy.com/software/BeautifulSoup/bs4/", |