diff options
| author | termie <github@anarkystic.com> | 2012-01-09 13:27:17 -0800 |
|---|---|---|
| committer | termie <github@anarkystic.com> | 2012-01-09 13:27:17 -0800 |
| commit | 836244267812cde323b583fb554c731e48bd9aaa (patch) | |
| tree | fb5554684fb322f88051e03cb0a5d05b2eed151d /setup.py | |
| parent | a84930a8265b8e917e75fe4814be706721596253 (diff) | |
version number in setup.py
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |
