From c4651a35a3ca7eb8a8e10ce7c37fa9bcaf9365ac Mon Sep 17 00:00:00 2001 From: lucidrains Date: Wed, 21 Aug 2024 19:24:13 -0700 Subject: [PATCH] 1.7.11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 85f9e27..cf6ea2d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('README.md') as f: setup( name = 'vit-pytorch', packages = find_packages(exclude=['examples']), - version = '1.7.10', + version = '1.7.11', license='MIT', description = 'Vision Transformer (ViT) - Pytorch', long_description=long_description,