summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSoren Hansen <soren@canonical.com>2009-08-26 01:20:00 +0200
committerSoren Hansen <soren@canonical.com>2009-08-26 01:20:00 +0200
commitb554bb69009d99cd03c5d89b7cd82e014583b5d4 (patch)
tree73e0665735a103a722224f36f8670d9153bb7508 /setup.py
parent2dfaecd33c44a355290696c1baf1cc7af05b50dc (diff)
downloadvyos-cloud-init-b554bb69009d99cd03c5d89b7cd82e014583b5d4.tar.gz
vyos-cloud-init-b554bb69009d99cd03c5d89b7cd82e014583b5d4.zip
Tag 0.4.999 release
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index dab57103..f7d48311 100755
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ import os.path
import subprocess
setup(name='EC2-init',
- version='0.4.99',
+ version='0.4.999',
description='EC2 initialisation magic',
author='Soren Hansen',
author_email='soren@canonical.com',