~ubuntuone-control-tower/ubuntuone-dev-tools/stable-0-2

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Rodney Dawes
  • Date: 2011-02-11 20:42:28 UTC
  • Revision ID: rodney.dawes@canonical.com-20110211204228-kdqkwe3bjnjbtsuu
Tags: release-0_1_3
[release] 0.1.3 ubuntuone-dev-tools

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
from distutils.core import setup, Command
22
22
 
23
23
PACKAGE = 'ubuntuone-dev-tools'
24
 
VERSION = '0.1.2'
 
24
VERSION = '0.1.3'
25
25
 
26
26
U1LINT = 'bin/u1lint'
27
27