~barryprice/juju-deployer/resolve-OpenStack-1501-option-errors

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Tim Van Steenburgh
  • Date: 2017-09-25 20:28:49 UTC
  • Revision ID: tvansteenburgh@gmail.com-20170925202849-41ojyd733dqr3mnn
Tags: release-0.11.0
v0.11.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.10.0",
 
7
    version="0.11.0",
8
8
    description="A tool for deploying complex stacks with juju.",
9
9
    long_description=open("README").read(),
10
10
    author="Kapil Thangavelu",