summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorEwan Mellor <ewan.mellor@citrix.com>2010-07-29 00:58:33 +0100
committerEwan Mellor <ewan.mellor@citrix.com>2010-07-29 00:58:33 +0100
commit04a6a0267e7dc0f4e587e43f23b4acf0dcef52fc (patch)
tree6bcdfafed1cb2332ebd8b7c0d03b4fed4a82520e /setup.py
parent9f4996e8738991a95a23cba2caa660f7002f94cd (diff)
More merges from trunk. Not everything came over the first time.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 127d014b1..50d5f2a3d 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@
from setuptools import setup, find_packages
setup(name='nova',
- version='0.9.0',
+ version='0.9.1',
description='cloud computing fabric controller',
author='OpenStack',
author_email='nova@lists.launchpad.net',