~juju-deployers/juju-deployer/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Tim Van Steenburgh
  • Date: 2016-10-25 15:56:18 UTC
  • Revision ID: tvansteenburgh@gmail.com-20161025155618-tnx3iuqqpsluo1ac
Tags: release-0.9.2
v0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
setup(
6
6
    name="juju-deployer",
7
 
    version="0.9.1",
 
7
    version="0.9.2",
8
8
    description="A tool for deploying complex stacks with juju.",
9
9
    long_description=open("README").read(),
10
10
    author="Kapil Thangavelu",