diff --git a/setup.py b/setup.py index f3a6c4d..5c86e60 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.18.3', + version = '0.18.4', license='MIT', description = 'Vision Transformer (ViT) - Pytorch', author = 'Phil Wang',