update version strings 0.6.1 to 0.6.2

This commit is contained in:
Scott Moser 2011-03-21 22:09:31 -04:00
parent 508a0b119c
commit 72acffaf47
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
cloud-init (0.6.1) UNRELEASED; urgency=low
cloud-init (0.6.2) UNRELEASED; urgency=low
* build

View File

@ -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',