bump package

This commit is contained in:
Phil Wang
2020-10-13 13:12:19 -07:00
parent 0b2b3fc20c
commit b0e4790c24

View File

@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name = 'vit-pytorch',
packages = find_packages(exclude=['examples']),
version = '0.2.0',
version = '0.2.1',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
author = 'Phil Wang',