diff --git a/tensorflow_addons/version.py b/tensorflow_addons/version.py index 3d5c9771d6..5eecdd65a5 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 = "22" +_MINOR_VERSION = "23" _PATCH_VERSION = "0" # When building releases, we can update this value on the release branch to