diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-03-21 22:09:31 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-03-21 22:09:31 -0400 |
commit | f613aba32e7652a27f744d27c2d000831723023c (patch) | |
tree | 805a6a3ec58c231d475fb746aa9dc27da8cb75d4 /setup.py | |
parent | b2c3effa9e233ead382cabf46c371d6485b94b15 (diff) | |
download | vyos-cloud-init-f613aba32e7652a27f744d27c2d000831723023c.tar.gz vyos-cloud-init-f613aba32e7652a27f744d27c2d000831723023c.zip |
update version strings 0.6.1 to 0.6.2
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.1', + version='0.6.2', description='EC2 initialisation magic', author='Scott Moser', author_email='scott.moser@canonical.com', |