~jelmer/bzr-pipeline/register-lazy

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Aaron Bentley
  • Date: 2012-01-20 01:09:36 UTC
  • mto: This revision was merged to the branch mainline in revision 208.
  • Revision ID: aaron@aaronbentley.com-20120120010936-5ayb7gb8db7f05qx
Tags: release-1.4
Update to version 1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
from distutils.core import setup
3
3
setup(name="BzrPipeline",
4
 
      version="1.1.0",
 
4
      version="1.4",
5
5
      description="Bazaar plugin for working with a sequence of branches.",
6
6
      author="Aaron Bentley",
7
7
      author_email="aaron@aaronbentley.com",