Skip to content

Commit 3d22601

Browse files
authored
Update version.py
1 parent 2fb8baf commit 3d22601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_addons/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# stable release (indicated by `_VERSION_SUFFIX = ''`). Outside the context of a
2929
# release branch, the current version is by default assumed to be a
3030
# 'development' version, labeled 'dev'.
31-
_VERSION_SUFFIX = "dev"
31+
_VERSION_SUFFIX = ""
3232

3333
# Example, '0.1.0-dev'
3434
__version__ = ".".join([_MAJOR_VERSION, _MINOR_VERSION, _PATCH_VERSION])

0 commit comments

Comments
 (0)