~mthaddon/juju-deployer/build-set-juju-home

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Tim Van Steenburgh
  • Date: 2017-01-23 14:52:02 UTC
  • Revision ID: tvansteenburgh@gmail.com-20170123145202-kewf9pzuind9927f
Tags: release-0.10.0
v0.10.0

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.2",
 
7
    version="0.10.0",
8
8
    description="A tool for deploying complex stacks with juju.",
9
9
    long_description=open("README").read(),
10
10
    author="Kapil Thangavelu",