From 1f27872bb2d18ae3c4c1e1f5e66319f2a60d540a Mon Sep 17 00:00:00 2001 From: Sean Morgan Date: Thu, 17 Dec 2020 22:03:14 -0800 Subject: [PATCH] Update version.py --- 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 e1a5775775..2c2a873b77 100644 --- a/tensorflow_addons/version.py +++ b/tensorflow_addons/version.py @@ -28,7 +28,7 @@ # stable release (indicated by `_VERSION_SUFFIX = ''`). Outside the context of a # release branch, the current version is by default assumed to be a # 'development' version, labeled 'dev'. -_VERSION_SUFFIX = "dev" +_VERSION_SUFFIX = "" # Example, '0.1.0-dev' __version__ = ".".join([_MAJOR_VERSION, _MINOR_VERSION, _PATCH_VERSION])