Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions llmfoundry/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright 2024 MosaicML LLM Foundry authors
# Copyright 2025 MosaicML LLM Foundry authors
# SPDX-License-Identifier: Apache-2.0
"""The LLM Foundry Version."""

__version__ = '0.22.0.dev0'
__version__ = '0.23.0.dev0'
Loading