diff --git a/setup.py b/setup.py index 58fb4191..02a0df97 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import os # Package version (vX.Y.Z). It must match git tag being used for CircleCI # deployment; otherwise the build will failed. -VERSION = "v0.17.0" +VERSION = "v0.17.1" class VerifyVersionCommand(install): """Custom command to verify that the git tag matches our version"""