From 8d30980a4324f2bb9cf868d1697e642ed7df04d8 Mon Sep 17 00:00:00 2001 From: Christopher Suter <cgs@google.com> Date: Fri, 25 Jan 2019 15:12:47 -0500 Subject: [PATCH] Bump version suffix from `dev` to `rc0` --- 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 e6b9130a22..a5d0b30e71 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 = 'dev' +_VERSION_SUFFIX = 'rc0' # Example, '0.4.0-dev' __version__ = '.'.join([