Skip to content

Commit

Permalink
Update version to v1.0.4
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 347398708
Change-Id: I42bca95182332c369e9ba07509f8fe52ad2e3207
  • Loading branch information
tomwardio authored and copybara-github committed Dec 14, 2020
1 parent 92d40eb commit bc4e1f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## [1.0.4]

* Better support for variable sized tensors.
* Support for packing/unpacking tensors that use `Any` protobuf messages.
* Bug fixes.

## [1.0.3]

### Added
Expand Down
2 changes: 1 addition & 1 deletion dm_env_rpc/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
Kept in separate file so it can be used during installation.
"""

__version__ = '1.0.3' # https://www.python.org/dev/peps/pep-0440/
__version__ = '1.0.4' # https://www.python.org/dev/peps/pep-0440/

0 comments on commit bc4e1f3

Please sign in to comment.