diff --git a/setup.py b/setup.py index 754f274..5ac6481 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name = 'vit-pytorch', packages = find_packages(exclude=['examples']), - version = '0.20.6', + version = '0.20.7', license='MIT', description = 'Vision Transformer (ViT) - Pytorch', author = 'Phil Wang',