~ztk-steering-group/zope.error/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: mgedmin
  • Date: 2012-12-10 17:33:21 UTC
  • Revision ID: svn-v4:62d5b8a3-27da-0310-9561-8e5933582275:zope.error/trunk:128560
Back to development: 4.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
28
28
 
29
29
setup(name='zope.error',
30
 
    version='4.0.0',
 
30
    version='4.0.1.dev0',
31
31
    author='Zope Foundation and Contributors',
32
32
    author_email='zope-dev@zope.org',
33
33
    description = "An error reporting utility for Zope3",