From 59638a517261972bbbbfae27f24d4028ce163fa1 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Fri, 7 May 2021 11:13:49 -0700 Subject: [PATCH] patch --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8ba9967..119e5f9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'mlp-mixer-pytorch', packages = find_packages(exclude=[]), - version = '0.0.5', + version = '0.0.6', license='MIT', description = 'MLP Mixer - Pytorch', author = 'Phil Wang',