diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-01-26 15:42:40 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-01-26 15:42:40 -0500 |
commit | c880c9259d8a694d3af191a7481ad21a21268f6b (patch) | |
tree | 88daf18f8048ebc9b2eeb83529a712b633831104 /setup.py | |
parent | d2ca9fdf28fc555164d1b892e962f1453a0dc5fb (diff) | |
download | vyos-cloud-init-c880c9259d8a694d3af191a7481ad21a21268f6b.tar.gz vyos-cloud-init-c880c9259d8a694d3af191a7481ad21a21268f6b.zip |
make the next target release 0.6.0, not 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.16', + version='0.6.0', description='EC2 initialisation magic', author='Scott Moser', author_email='scott.moser@canonical.com', |