summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authortermie <github@anarkystic.com>2012-01-09 13:27:17 -0800
committertermie <github@anarkystic.com>2012-01-09 13:27:17 -0800
commit836244267812cde323b583fb554c731e48bd9aaa (patch)
treefb5554684fb322f88051e03cb0a5d05b2eed151d /setup.py
parenta84930a8265b8e917e75fe4814be706721596253 (diff)
version number in setup.py
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 bf7a7833..ef033b0f 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(name='keystone',
- version='1.0',
+ version='2012.1',
description="Authentication service for OpenStack",
author='OpenStack, LLC.',
author_email='openstack@lists.launchpad.net',