~software-store-developers/piston-mini-client/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: anthony.lenton at canonical
  • Date: 2012-09-24 13:09:56 UTC
  • Revision ID: anthony.lenton@canonical.com-20120924130956-20kkmzvm0lgu64hb
Bumped version to 0.7.3

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='piston-mini-client',
6
 
    version='0.7.2',
 
6
    version='0.7.3',
7
7
    description='A package to consume Django-Piston web services',
8
8
    url='https://launchpad.net/piston-mini-client',
9
9
    author='Anthony Lenton',