We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8ef1e commit 306be02Copy full SHA for 306be02
2 files changed
CITATION.cff
@@ -14,7 +14,7 @@ authors:
14
- family-names: Rutmann
15
given-names: Richard
16
title: 'Modalities: A PyTorch-native framework for distributed and reproducible foundation model training.'
17
-version: 0.4.0
+version: 0.5.0
18
url: https://github.com/Modalities/modalities
19
date-released: '2024-12-02'
20
preferred-citation:
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "modalities"
3
-version = "0.4.0"
+version = "0.5.0"
4
requires-python = ">=3.10,<=3.13"
5
description = "Modalities, a PyTorch-native framework for distributed and reproducible foundation model training."
6
readme = "README.md"
0 commit comments