diff --git a/tfx_addons/version.py b/tfx_addons/version.py index fced7138..25181012 100644 --- a/tfx_addons/version.py +++ b/tfx_addons/version.py @@ -30,7 +30,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 = "rc3" +_VERSION_SUFFIX = "" # Example, '0.1.0-dev' __version__ = ".".join([_MAJOR_VERSION, _MINOR_VERSION, _PATCH_VERSION])