From 2af02e018cb397fe9dbcccb601e2cab045f9f31d Mon Sep 17 00:00:00 2001 From: LarsKue Date: Wed, 29 Mar 2023 13:50:33 +0200 Subject: [PATCH] version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73ab3b6..f8292be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "lightning_trainable" -version = "0.0.2" +version = "0.0.3" description = "A light-weight lightning_trainable module for pytorch-lightning." readme = "README.md" requires-python = ">=3.10"