diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-01-25 18:01:54 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-01-25 18:01:54 -0500 |
commit | 6fca516c90e57e92fb4fed0ab94cdadb18e45ff2 (patch) | |
tree | c83e414aebe6ce61fdeda3a7aa1094e65a87e022 /setup.py | |
parent | 59030fab5cb10a5d4850f763836ac093417c66a5 (diff) | |
download | vyos-cloud-init-6fca516c90e57e92fb4fed0ab94cdadb18e45ff2.tar.gz vyos-cloud-init-6fca516c90e57e92fb4fed0ab94cdadb18e45ff2.zip |
change version to 0.5.16
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ def is_f(p): return(os.path.isfile(p)) setup(name='cloud-init', - version='0.5.15', + version='0.5.16', description='EC2 initialisation magic', author='Scott Moser', author_email='scott.moser@canonical.com', |