diff --git a/setup.py b/setup.py index 72d5bcf776..ad39296021 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ if sys.platform == 'win32': Name = 'quantum' Url = "https://launchpad.net/quantum" -Version = setup.get_version(Name, '2013.1.1') +Version = setup.get_version(Name, '2013.1.2') License = 'Apache License 2.0' Author = 'OpenStack' AuthorEmail = 'openstack-dev@lists.openstack.org'