From 8cb54b907521464c6897b3ee5d849e7d06a1ae79 Mon Sep 17 00:00:00 2001 From: Christopher Suter Date: Mon, 8 Oct 2018 11:09:25 -0400 Subject: [PATCH] Bump version to 0.4.0 stable: drop `rc0` suffix. --- 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 bada9b4fbf..66f750fdbf 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([