diff --git a/setup.py b/setup.py index 773c51e..3a6e1cc 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.9.0', + version = '1.9.1', license='MIT', description = 'Vision Transformer (ViT) - Pytorch', long_description = long_description,