Skip to content

Commit

Permalink
Merge pull request #466 from tensorflow/jq-patch-1
Browse files Browse the repository at this point in the history
[CI] switch the version to regular 0.8.0
  • Loading branch information
jq authored Sep 19, 2024
2 parents 96bb385 + b627703 commit 4d73318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_recommenders_addons/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def is_arm64():
# 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])
Expand Down

0 comments on commit 4d73318

Please sign in to comment.