From 3e9b7393f6564b785711ed4b7e2d58a5de4b8022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yan=20Facai=20=28=E9=A2=9C=E5=8F=91=E6=89=8D=29?= Date: Fri, 6 Sep 2019 11:09:17 +0800 Subject: [PATCH] BLD: preprare for 0.5.1 release --- 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 4bed66f604..4cffd9ab0a 100644 --- a/tensorflow_addons/version.py +++ b/tensorflow_addons/version.py @@ -20,7 +20,7 @@ # We follow Semantic Versioning (https://semver.org/) _MAJOR_VERSION = '0' _MINOR_VERSION = '5' -_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