version number in setup.py

This commit is contained in:
termie 2012-01-09 13:27:17 -08:00
parent a84930a826
commit 8362442678
1 changed files with 1 additions and 1 deletions

View File

@ -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',