From 57f905c07a1581b2a58fb28cc79c2d5442a17255 Mon Sep 17 00:00:00 2001 From: Gerard Casas Saez Date: Fri, 12 May 2023 11:18:47 -0600 Subject: [PATCH] release 0.6.0 --- 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 f67fba5f..d80db7be 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 = "rc1" +_VERSION_SUFFIX = "" # Example, '0.1.0-dev' __version__ = ".".join([_MAJOR_VERSION, _MINOR_VERSION, _PATCH_VERSION])