Bump version number

pull/250/head v0.17.15
Bernhard Mueller 7 years ago
parent 280a92ba9f
commit 3fd3bfc4a5
  1. 2
      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.14"
VERSION = "v0.17.15"
class VerifyVersionCommand(install):
"""Custom command to verify that the git tag matches our version"""

Loading…
Cancel
Save