From 13907085724bc8b7e6b53c863a1e8a63b34ef0e2 Mon Sep 17 00:00:00 2001 From: Max Luebbering Date: Mon, 9 Sep 2024 14:46:09 +0200 Subject: [PATCH] v0.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d6b806c..2cc90589 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "modalities" -version = "0.2.1" +version = "0.2.2" requires-python = ">=3.10,<3.12" description = "Modalities, a python framework for distributed and reproducible foundation model training." readme = "README.md"