~frankban/python-shelltoolbox/apt-and-run

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Brad Crittenden
  • Date: 2012-02-29 21:41:45 UTC
  • mfrom: (6.1.5 wip)
  • Revision ID: bac@canonical.com-20120229214145-f9lqja2eafs20gmr
[r=bac] Bump version number.  Cleanup setup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
ez_setup.use_setuptools()
10
10
 
11
 
from setuptools import setup, find_packages
12
 
 
13
 
__version__ = '0.0.1'
 
11
 
 
12
__version__ = '0.1.1'
 
13
 
14
14
 
15
15
setup(
16
16
    name='shelltoolbox',