diff --git a/tfx_addons/version.py b/tfx_addons/version.py index 73cf8a4e..e3147ee1 100644 --- a/tfx_addons/version.py +++ b/tfx_addons/version.py @@ -16,7 +16,7 @@ # We follow Semantic Versioning (https://semver.org/) _MAJOR_VERSION = "0" -_MINOR_VERSION = "7" +_MINOR_VERSION = "8" _PATCH_VERSION = "0" # When building releases, we can update this value on the release branch to