~niedbalski/python-jujuclient/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Kapil Thangavelu
  • Date: 2013-08-19 19:46:16 UTC
  • Revision ID: kapil@canonical.com-20130819194616-ldv5k0k3i77tgaxc
version incr

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
setup(
8
8
    name="jujuclient",
9
 
    version="0.0.8",
 
9
    version="0.0.9",
10
10
    description="A juju-core/gojuju simple synchronous python api client.",
11
11
    author="Kapil Thangavelu",
12
12
    author_email="kapil.foss@gmail.com",