From 06a3f3ea0d42e232eb3b3b8ab62c372f2a7d7f1d Mon Sep 17 00:00:00 2001 From: kevgliss Date: Mon, 21 Nov 2016 15:29:31 -0800 Subject: [PATCH] version bump (#520) --- lemur/__about__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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__)