Skip to content

Commit

Permalink
Increment version to 1.0.3.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 432306482
Change-Id: I85d1b0a6b53ae6c4bcbb2a14f8b2ecc34dd0d54d
  • Loading branch information
jagapiou authored and copybara-github committed Mar 4, 2022
1 parent 01e2ab8 commit c4fea35
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [1.0.3] - 2022-03-03

### Changed

- Define `is_focal` is in scenario configs.
- Use `chex.dataclass` for [dm-tree](https://github.com/deepmind/tree)
compatibility.

### Fixed

- Use correct `is_focal` settings for team-vs-team games
[#16](https://github.com/deepmind/meltingpot/issues/16).

## [1.0.2] - 2022-02-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setuptools.setup(
name='dm-meltingpot',
version='1.0.2',
version='1.0.3',
license='Apache 2.0',
license_files=['LICENSE'],
url='https://github.com/deepmind/meltingpot',
Expand Down

0 comments on commit c4fea35

Please sign in to comment.