From 3f53d4ae46c340fa4bf643278cf1b023cb303c95 Mon Sep 17 00:00:00 2001 From: Lars Kuehmichel Date: Wed, 15 Nov 2023 15:47:15 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0cef9e1..c852126 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "lightning_trainable" -version = "0.2.0" +version = "0.3.1" description = "A light-weight lightning_trainable module for pytorch-lightning." readme = "README.md" requires-python = ">=3.10"