diff --git a/lemur/__about__.py b/lemur/__about__.py index 03e741df..7e84ba0f 100644 --- a/lemur/__about__.py +++ b/lemur/__about__.py @@ -9,10 +9,10 @@ __title__ = "lemur" __summary__ = ("Certificate management and orchestration service") __uri__ = "https://github.com/Netflix/lemur" -__version__ = "0.4.0" +__version__ = "0.5.0" __author__ = "The Lemur developers" __email__ = "security@netflix.com" __license__ = "Apache License, Version 2.0" -__copyright__ = "Copyright 2015 {0}".format(__author__) +__copyright__ = "Copyright 2016 {0}".format(__author__)