We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9767fcf commit 296da9aCopy full SHA for 296da9a
tensorflow_recommenders_addons/version.py
@@ -30,7 +30,7 @@
30
# stable release (indicated by `_VERSION_SUFFIX = ''`). Outside the context of a
31
# release branch, the current version is by default assumed to be a
32
# 'development' version, labeled 'dev'.
33
-_VERSION_SUFFIX = "dev"
+_VERSION_SUFFIX = ""
34
35
# Example, '0.1.0-dev'
36
__version__ = ".".join([_MAJOR_VERSION, _MINOR_VERSION, _PATCH_VERSION])
0 commit comments