From dd6462d19bc9f4b71a75174db1228d205287e24a Mon Sep 17 00:00:00 2001 From: lucidrains Date: Sat, 6 Dec 2025 04:57:12 -0800 Subject: [PATCH] release small navit perf --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 23d429b..7a772be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "vit-pytorch" -version = "1.16.2" +version = "1.16.3" description = "Vision Transformer (ViT) - Pytorch" readme = { file = "README.md", content-type = "text/markdown" } license = { file = "LICENSE" }