Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5f7d836

Browse files
author
tobyboyd
committedSep 8, 2022
Version updated for release 0.14.0.
1 parent 0105514 commit 5f7d836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tf_agents/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# release branch, the current version is by default assumed to be a
2727
# 'development' version, labeled 'dev'.
2828
_DEV_SUFFIX = 'dev'
29-
_REL_SUFFIX = 'rc1'
29+
_REL_SUFFIX = ''
3030

3131
# Example, '0.10.0rc0'
3232
__version__ = '.'.join([

0 commit comments

Comments
 (0)
Please sign in to comment.