Skip to content

Commit

Permalink
Increment trfl version.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 390384826
  • Loading branch information
diegolascasas committed Aug 16, 2021
1 parent 9da81f5 commit ed6eff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name='trfl',
version='1.1.0',
version='1.2.0',
description=('trfl is a library of building blocks for '
'reinforcement learning algorithms.'),
long_description='',
Expand Down
2 changes: 1 addition & 1 deletion trfl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
from trfl.vtrace_ops import vtrace_from_importance_weights
from trfl.vtrace_ops import vtrace_from_logits

__version__ = '1.1.0'
__version__ = '1.2.0'

0 comments on commit ed6eff5

Please sign in to comment.