~jameinel/bzr-pipeline/2.6-compat

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Aaron Bentley
  • Date: 2011-01-20 20:11:57 UTC
  • mto: This revision was merged to the branch mainline in revision 194.
  • Revision ID: aaron@aaronbentley.com-20110120201157-hid0tq9jjqe83b1b
Tags: release-1.1
Update for 1.1.0

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.0.0",
 
4
      version="1.1.0",
5
5
      description="Bazaar plugin for working with a sequence of branches.",
6
6
      author="Aaron Bentley",
7
7
      author_email="aaron@aaronbentley.com",