~leonardr/beautifulsoup/bs4

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Leonard Richardson
  • Date: 2012-04-03 14:31:53 UTC
  • Revision ID: leonard.richardson@canonical.com-20120403143153-5eg91zk351ik6pam
PrepĀ forĀ release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    from distutils.command.build_py import build_py
8
8
 
9
9
setup(name="beautifulsoup4",
10
 
      version = "4.0.2",
 
10
      version = "4.0.3",
11
11
      author="Leonard Richardson",
12
12
      author_email='leonardr@segfault.org',
13
13
      url="http://www.crummy.com/software/BeautifulSoup/bs4/",