From cbf93270f7cdc34f624a48a87419938e48ca4ec2 Mon Sep 17 00:00:00 2001 From: Chenyang Yuan Date: Tue, 19 Nov 2024 15:50:07 -0500 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4101c2f..c15c160 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "smalldiffusion" -version = "0.4.2" +version = "0.4.3" description = "A minimal but functional implementation of diffusion model training and sampling" readme = "README.md" requires-python = ">=3.10"