From 955ce8ad04f325a472d1ab8e83f089778664ab34 Mon Sep 17 00:00:00 2001 From: Christopher Suter Date: Fri, 15 Feb 2019 17:02:56 -0500 Subject: [PATCH] Bump version suffix rc0 -> rc1 on release branch r0.6 --- 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 a5d0b30e71..5bf0f6d092 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 = 'rc1' # Example, '0.4.0-dev' __version__ = '.'.join([