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):