~ev/python-jujuclient/fix-reconnect

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Kapil Thangavelu
  • Date: 2013-07-23 14:41:55 UTC
  • Revision ID: kapil@canonical.com-20130723144155-irgszfrw7jrt1lu6
version increment

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.6",
 
9
    version="0.0.7",
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",