From c880c9259d8a694d3af191a7481ad21a21268f6b Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 26 Jan 2011 15:42:40 -0500 Subject: make the next target release 0.6.0, not 0.5.16 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6bbf79f5..8ff0c191 100755 --- a/setup.py +++ b/setup.py @@ -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', -- cgit v1.2.3