diff options
author | Soren Hansen <soren@canonical.com> | 2009-08-10 21:47:44 +0200 |
---|---|---|
committer | Soren Hansen <soren@canonical.com> | 2009-08-10 21:47:44 +0200 |
commit | e1af54175e94f4fee2ccaae3cda98d6ccbca1981 (patch) | |
tree | af41f3eb8e91e2bafffe40af46a20466f0d6a9d9 | |
parent | b09aad371fb26386655646b035870ac6a665a9e2 (diff) | |
download | vyos-cloud-init-e1af54175e94f4fee2ccaae3cda98d6ccbca1981.tar.gz vyos-cloud-init-e1af54175e94f4fee2ccaae3cda98d6ccbca1981.zip |
Tag 0.4.9 release, working towards 0.5.
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ import os.path import subprocess setup(name='EC2-init', - version='0.5', + version='0.4.9', description='EC2 initialisation magic', author='Soren Hansen', author_email='soren@canonical.com', |