~bzr-upload-devs/bzr-upload/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Vincent Ladeuil
  • Date: 2008-05-22 20:56:07 UTC
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: v.ladeuil+lp@free.fr-20080522205607-7t9v4rqxsqvp1180
Align setup and plugin versions.

* setup.py: 
(version): Oops, let's be coherent.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
setup(name='bzr-upload',
21
21
      description='Incrementally uploads changes to a dumb server',
22
22
      keywords='plugin bzr upload dumb protocol',
23
 
      version='0.0.1',
 
23
      version='0.1.0',
24
24
      url='http://launchpad.net/bzr-upload',
25
25
      download_url='http://launchpad.net/bzr-upload',
26
26
      license='GPL',