[go: nahoru, domu]

Skip to content

Commit

Permalink
Moves nightly to 0.9.0 now that 0.8.0 has been released
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 387109346
Change-Id: I4d313582f0fcec3719a7d6e54a861a6e81a55354
  • Loading branch information
tfboyd authored and Copybara-Service committed Jul 27, 2021
1 parent d4f392d commit fbf60f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tf_agents/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = '0'
_MINOR_VERSION = '8'
_MINOR_VERSION = '9'
_PATCH_VERSION = '0'

# When building releases, we can update this value on the release branch to
Expand All @@ -28,7 +28,7 @@
_DEV_SUFFIX = 'dev'
_REL_SUFFIX = 'rc0'

# Example, '0.4.0rc0'
# Example, '0.9.0rc0'
__version__ = '.'.join([
_MAJOR_VERSION,
_MINOR_VERSION,
Expand Down

0 comments on commit fbf60f3

Please sign in to comment.