From 7bcf682db70934b7256d7ab2302a0f6cb503b2c5 Mon Sep 17 00:00:00 2001 From: Gerard Casas Saez Date: Mon, 17 Apr 2023 17:46:03 -0600 Subject: [PATCH] Update to 0.6.0rc1 --- 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 f1dc30fa..f67fba5f 100644 --- a/tfx_addons/version.py +++ b/tfx_addons/version.py @@ -24,7 +24,7 @@ # stable release (indicated by `_VERSION_SUFFIX = ''`). Outside the context of a # release branch, the current version is by default assumed to be a # 'development' version, labeled 'dev'. -_VERSION_SUFFIX = "rc0" +_VERSION_SUFFIX = "rc1" # Example, '0.1.0-dev' __version__ = ".".join([_MAJOR_VERSION, _MINOR_VERSION, _PATCH_VERSION])