~bloodearnest/juju-deployer/annotate-branches

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Simon Davy
  • Date: 2015-03-30 15:16:10 UTC
  • mfrom: (126.1.18 juju-deployer)
  • Revision ID: bloodearnest@gmail.com-20150330151610-ft7lwajcbnnroa39
merge upstream and fix review comments

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",