We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da81f5 commit ed6eff5Copy full SHA for ed6eff5
setup.py
@@ -33,7 +33,7 @@
33
34
setup(
35
name='trfl',
36
- version='1.1.0',
+ version='1.2.0',
37
description=('trfl is a library of building blocks for '
38
'reinforcement learning algorithms.'),
39
long_description='',
trfl/__init__.py
@@ -57,4 +57,4 @@
57
from trfl.vtrace_ops import vtrace_from_importance_weights
58
from trfl.vtrace_ops import vtrace_from_logits
59
60
-__version__ = '1.1.0'
+__version__ = '1.2.0'
0 commit comments