~lmic/juju-deployer/juju-deployer-populate-first+add-machine-charm-series

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Kapil Thangavelu
  • Date: 2015-02-03 13:00:18 UTC
  • Revision ID: kapil@canonical.com-20150203130018-mq198yfc287lgpuy
incr version 0.4.4

Show diffs side-by-side

added added

removed removed

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