Bump version number

pull/163/merge
Bernhard Mueller 7 years ago
parent b3eb8e6029
commit 6f6bd6b13b
  1. 2
      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.30"
VERSION = "v0.16.31"
class VerifyVersionCommand(install):
"""Custom command to verify that the git tag matches our version"""

Loading…
Cancel
Save