From 6b8028591af781b6d66b7067b4fbe25a9f19aea6 Mon Sep 17 00:00:00 2001 From: Sean Morgan Date: Mon, 13 Jun 2022 14:32:31 -0700 Subject: [PATCH] bump 0.17.1 version (#2727) --- 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 4e1ea9497a..49858494c2 100644 --- a/tensorflow_addons/version.py +++ b/tensorflow_addons/version.py @@ -21,7 +21,7 @@ # We follow Semantic Versioning (https://semver.org/) _MAJOR_VERSION = "0" _MINOR_VERSION = "17" -_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