Skip to content

Commit

Permalink
Bump version again (incorrect tag was used before) and use PyPI's rlax.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 334553236
Change-Id: I88eca16269fabf975dd0c8f7ccd8a8c2374b78c9
  • Loading branch information
aslanides authored and copybara-github committed Sep 30, 2020
1 parent 87d07d7 commit 36a1d1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bsuite/_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
a time when bsuite's dependencies may not have been installed yet.
"""

__version__ = '0.3.3'
__version__ = '0.3.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
'jax',
'jaxlib',
'optax',
'rlax @ git+git://github.com/deepmind/rlax.git#egg=rlax',
'rlax',
'tqdm',
]

Expand Down

0 comments on commit 36a1d1e

Please sign in to comment.