~canonical-livepatch-dependencies/canonical-livepatch-service-dependencies/txroutes

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Zach Steindler
  • Date: 2012-03-05 16:03:46 UTC
  • Revision ID: git-v1:11ebcd7146025587737b0d037773d99ed9f67d2a
updating README, setup.py version number

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
from setuptools import setup
2
2
 
3
3
setup(name='txroutes',
4
 
        version='0.0.2',
 
4
        version='0.0.3',
5
5
        author='Zach Steindler',
6
6
        author_email='steiza@coffeehousecoders.org',
7
7
        url='http://github.com/steiza/txroutes',