From 9e50fa39f37216dd084c24aa3dd14ab0d4dee926 Mon Sep 17 00:00:00 2001 From: Brian Patton <22173987+brianwa84@users.noreply.github.com> Date: Mon, 24 May 2021 10:05:54 -0400 Subject: [PATCH] Graduate 0.13 to full release --- tensorflow_probability/python/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow_probability/python/version.py b/tensorflow_probability/python/version.py index 2f1d8060e0..3993dc205d 100644 --- a/tensorflow_probability/python/version.py +++ b/tensorflow_probability/python/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.4.0-dev' __version__ = '.'.join([