From a7d9910e75be9d4d4a9c56533dd14b20a9ab2324 Mon Sep 17 00:00:00 2001 From: Sean Morgan Date: Fri, 3 Apr 2020 09:18:05 -0400 Subject: [PATCH] Update version.py (#1557) --- tensorflow_addons/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow_addons/version.py b/tensorflow_addons/version.py index e64bde80cb..d86048fedc 100644 --- a/tensorflow_addons/version.py +++ b/tensorflow_addons/version.py @@ -17,7 +17,7 @@ # We follow Semantic Versioning (https://semver.org/) _MAJOR_VERSION = "0" _MINOR_VERSION = "8" -_PATCH_VERSION = "3" +_PATCH_VERSION = "4" # When building releases, we can update this value on the release branch to # reflect the current release candidate ('rc0', 'rc1') or, finally, the official