From ad132da23a8162eb97c435676dd7426e622a0074 Mon Sep 17 00:00:00 2001 From: Sean Morgan Date: Fri, 10 Apr 2020 10:52:14 -0400 Subject: [PATCH] Update version.py (#1638) --- 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 d6e49ab3ff..38ddc17d06 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 = "9" -_PATCH_VERSION = "0" +_PATCH_VERSION = "1" # When building releases, we can update this value on the release branch to # reflect the current release candidate ('rc0', 'rc1') or, finally, the official