diff options
author | Leonard Richardson <leonardr@segfault.org> | 2015-06-28 16:14:41 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2015-06-28 16:14:41 -0400 |
commit | b4a56ad4d0dafdf90fb28bbcdcf24019d78a0ef4 (patch) | |
tree | 802c49d73114ecf78d1781740b8a9d3313d0c594 /setup.py | |
parent | 1513114fc36a81da19cb473fe01b04f07c5d1213 (diff) |
Also include convert-py3k in source distributions. [bug=1304006]
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.3.2", + version = "4.3.9b1", author="Leonard Richardson", author_email='leonardr@segfault.org', url="http://www.crummy.com/software/BeautifulSoup/bs4/", |