diff --git a/setup.py b/setup.py index 4774bf7..00cc97b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'vit-pytorch', packages = find_packages(exclude=['examples']), - version = '0.19.4', + version = '0.19.5', license='MIT', description = 'Vision Transformer (ViT) - Pytorch', author = 'Phil Wang',