Skip to content

Commit 27b1ae8

Browse files
committed
(chore) prepare for release v2.0.1
1 parent 79ebc7f commit 27b1ae8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [v2.0.1](https://github.com/allenai/OLMo-core/releases/tag/v2.0.1) - 2025-03-18
11+
1012
### Added
1113

1214
- Added information about the official 32B training run.

src/olmo_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_MAJOR = "2"
22
_MINOR = "0"
3-
_PATCH = "0"
3+
_PATCH = "1"
44
_SUFFIX = ""
55

66
VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)

0 commit comments

Comments
 (0)