diff --git a/setup.py b/setup.py index 889a312..64db847 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'vit-pytorch', packages = find_packages(exclude=['examples']), - version = '0.24.3', + version = '0.25.0', license='MIT', description = 'Vision Transformer (ViT) - Pytorch', author = 'Phil Wang',