diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-02-18 15:09:21 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-02-18 15:09:21 -0500 |
commit | 260ef3428a6c4a4bd148a4d5f1a7488e895f83ee (patch) | |
tree | 4eb7df4665b468f1fc387265ca2d89e5ef25fc3f /setup.py | |
parent | a7a908e2b08ea509fe3d89373ba7c75e283db51f (diff) | |
download | vyos-cloud-init-260ef3428a6c4a4bd148a4d5f1a7488e895f83ee.tar.gz vyos-cloud-init-260ef3428a6c4a4bd148a4d5f1a7488e895f83ee.zip |
change 0.6.0 -> 0.6.1
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.6.0', + version='0.6.1', description='EC2 initialisation magic', author='Scott Moser', author_email='scott.moser@canonical.com', |