summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2010-07-28 08:21:57 -0700
committerMonty Taylor <mordred@inaugust.com>2010-07-28 08:21:57 -0700
commit10f32554c93020dc409a326b4a4f1d4ea5f672c7 (patch)
tree75c611472821a216ce109e8c60adc65ecd392648 /setup.py
parent3187d555c43a2c8360244d7cfef06bb5bf786ad1 (diff)
downloadnova-10f32554c93020dc409a326b4a4f1d4ea5f672c7.tar.gz
Tagged 0.9.0 and bumped the version to 0.9.1
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 127d014b19..50d5f2a3d9 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',