~fginther/+junk/python-jujuclient

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Kapil Thangavelu
  • Date: 2014-09-03 17:24:46 UTC
  • Revision ID: kapil@canonical.com-20140903172446-jsmvio8dzfshg4f3
fix around socket reconnector

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
setup(
8
8
    name="jujuclient",
9
 
    version="0.18.0",
 
9
    version="0.18.1",
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",