summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-01-25 18:01:54 -0500
committerScott Moser <smoser@ubuntu.com>2011-01-25 18:01:54 -0500
commit6fca516c90e57e92fb4fed0ab94cdadb18e45ff2 (patch)
treec83e414aebe6ce61fdeda3a7aa1094e65a87e022 /setup.py
parent59030fab5cb10a5d4850f763836ac093417c66a5 (diff)
downloadvyos-cloud-init-6fca516c90e57e92fb4fed0ab94cdadb18e45ff2.tar.gz
vyos-cloud-init-6fca516c90e57e92fb4fed0ab94cdadb18e45ff2.zip
change version to 0.5.16
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ab37367a..6bbf79f5 100755
--- a/setup.py
+++ b/setup.py
@@ -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',