Skip to content

Commit f16aee1

Browse files
jagapioucopybara-github
authored andcommitted
Bump version to 2.0.1
PiperOrigin-RevId: 780106264 Change-Id: I2e01312bfa57eb9df02c333f13cd8ece06799fe1
1 parent 18e6124 commit f16aee1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

7+
## [2.0.1] - 2025-7-7
8+
9+
### Changed
10+
11+
- Pinned some dependencies in setup.py to help with pip resolution
12+
13+
### Added
14+
15+
- Add set/get state for LastNObservations component
16+
717
## [2.0.0] - 2025-7-4
818

919
### Changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _remove_excluded(description: str) -> str:
3333

3434
setuptools.setup(
3535
name='gdm-concordia',
36-
version='2.0.0',
36+
version='2.0.1',
3737
license='Apache 2.0',
3838
license_files=['LICENSE'],
3939
url='https://github.com/google-deepmind/concordia',

0 commit comments

Comments
 (0)