From 5f87c87751f6943b5346d7e5b3580da6ece6e1fb Mon Sep 17 00:00:00 2001 From: kevgliss Date: Mon, 28 Sep 2015 14:54:58 -0700 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f597ee3b..a19a3c3e 100644 --- a/setup.py +++ b/setup.py @@ -124,7 +124,7 @@ class BuildStatic(Command): setup( name='lemur', - version='0.1.3', + version='0.1.4', author='Kevin Glisson', author_email='kglisson@netflix.com', url='https://github.com/netflix/lemur',