diff --git a/setup.py b/setup.py index 7baa04a..902c5eb 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.11.6', + version = '1.11.7', license='MIT', description = 'Vision Transformer (ViT) - Pytorch', long_description = long_description,