From c18fb43be4fbcaaffb9fc541f01ebf10f514b38f Mon Sep 17 00:00:00 2001 From: Gerard Casas Saez Date: Mon, 22 Aug 2022 14:42:59 -0600 Subject: [PATCH] 0.3.0 release --- 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 581b81f4..a95e8e5b 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 = "" # Example, '0.1.0-dev' __version__ = ".".join([_MAJOR_VERSION, _MINOR_VERSION, _PATCH_VERSION])