change 0.6.0 -> 0.6.1

This commit is contained in:
Scott Moser 2011-02-18 15:09:21 -05:00
parent f75751d4c7
commit 28ffcfc820
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
cloud-init (0.6.0) UNRELEASED; urgency=low
cloud-init (0.6.1) 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.0',
version='0.6.1',
description='EC2 initialisation magic',
author='Scott Moser',
author_email='scott.moser@canonical.com',