~lifeless/bzr-builder/blocking

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: James Westby
  • Date: 2010-01-13 02:13:56 UTC
  • Revision ID: james.westby@canonical.com-20100113021356-ut7okx5u2oxyus25
PrepareĀ 0.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
from distutils.core import setup
4
4
 
5
5
setup(name="bzr-builder",
6
 
      version="0.1",
 
6
      version="0.2",
7
7
      description="Turn a recipe in to a bzr branch",
8
8
      author="James Westby",
9
9
      author_email="james.westby@canonical.com",