From 1f982be39db1c6eaf98c62dfc58971c5f1adf3f7 Mon Sep 17 00:00:00 2001 From: Bernhard Mueller Date: Tue, 8 May 2018 11:47:14 +0700 Subject: [PATCH] Bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8fa2b494..b107b7ed 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,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.16.31" +VERSION = "v0.17.0" class VerifyVersionCommand(install): """Custom command to verify that the git tag matches our version"""