From ba766371c71e6647ab27ab1d681c64b71e010dd7 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 7 Jun 2023 15:05:34 +0000 Subject: [PATCH] Update main to 0.8 --- tfx_addons/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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