Skip to content

Commit

Permalink
Version updated for release 0.14.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyboyd committed Sep 8, 2022
1 parent 0105514 commit 5f7d836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf_agents/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# release branch, the current version is by default assumed to be a
# 'development' version, labeled 'dev'.
_DEV_SUFFIX = 'dev'
_REL_SUFFIX = 'rc1'
_REL_SUFFIX = ''

# Example, '0.10.0rc0'
__version__ = '.'.join([
Expand Down

0 comments on commit 5f7d836

Please sign in to comment.