From 5888f0530001b3621024edbddff4d1d801b5bfc5 Mon Sep 17 00:00:00 2001 From: lucidrains Date: Sun, 7 Dec 2025 04:32:52 -0800 Subject: [PATCH] 1.16.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a772be..c64261c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "vit-pytorch" -version = "1.16.3" +version = "1.16.4" description = "Vision Transformer (ViT) - Pytorch" readme = { file = "README.md", content-type = "text/markdown" } license = { file = "LICENSE" }