Skip to content

Commit 3078485

Browse files
authored
Update version.py (#2071)
1 parent 848677c commit 3078485

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
@@ -24,7 +24,7 @@
2424
# stable release (indicated by `_VERSION_SUFFIX = ''`). Outside the context of a
2525
# release branch, the current version is by default assumed to be a
2626
# 'development' version, labeled 'dev'.
27-
_VERSION_SUFFIX = "dev"
27+
_VERSION_SUFFIX = ""
2828

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

0 commit comments

Comments
 (0)