From e22ebb2a641a025eb60c13087a7b6c558e409ef7 Mon Sep 17 00:00:00 2001 From: Max Luebbering Date: Mon, 18 Nov 2024 22:31:13 +0100 Subject: [PATCH] chore: bumped version to v0.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6531dd4..b81a30f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "modalities" -version = "0.3.0" +version = "0.3.1" requires-python = ">=3.10,<3.12" description = "Modalities, a PyTorch-native framework for distributed and reproducible foundation model training." readme = "README.md"