From 9f76cac358d56fa0e69abe182c7cb255803215c3 Mon Sep 17 00:00:00 2001 From: Nikhil Parasaram Date: Mon, 16 Jul 2018 21:29:18 +0530 Subject: [PATCH] v0.18.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a8e9b12eb..a9ed25da2 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ # Package version (vX.Y.Z). It must match git tag being used for CircleCI # deployment; otherwise the build will failed. -VERSION = "v0.18.7" +VERSION = "v0.18.8" class VerifyVersionCommand(install):