Version bump. (#751)

This commit is contained in:
kevgliss
2017-04-08 13:23:48 -07:00
committed by GitHub
parent 479ac81aa9
commit 01aa372e59
2 changed files with 8 additions and 2 deletions

View File

@ -9,10 +9,10 @@ __title__ = "lemur"
__summary__ = ("Certificate management and orchestration service")
__uri__ = "https://github.com/Netflix/lemur"
__version__ = "0.5.0"
__version__ = "0.6.0dev"
__author__ = "The Lemur developers"
__email__ = "security@netflix.com"
__license__ = "Apache License, Version 2.0"
__copyright__ = "Copyright 2016 {0}".format(__author__)
__copyright__ = "Copyright 2017 {0}".format(__author__)