|
|
@ -4,7 +4,7 @@ import os |
|
|
|
|
|
|
|
|
|
|
|
# Package version (vX.Y.Z). It must match git tag being used for CircleCI |
|
|
|
# Package version (vX.Y.Z). It must match git tag being used for CircleCI |
|
|
|
# deployment; otherwise the build will failed. |
|
|
|
# deployment; otherwise the build will failed. |
|
|
|
VERSION = "v0.16.27" |
|
|
|
VERSION = "v0.16.29" |
|
|
|
|
|
|
|
|
|
|
|
class VerifyVersionCommand(install): |
|
|
|
class VerifyVersionCommand(install): |
|
|
|
"""Custom command to verify that the git tag matches our version""" |
|
|
|
"""Custom command to verify that the git tag matches our version""" |
|
|
|