From d6901e7892cea59816843f7481566df6f255f957 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Sun, 30 May 2021 11:35:48 -0700 Subject: [PATCH] 0.0.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 119e5f9..bded924 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'mlp-mixer-pytorch', packages = find_packages(exclude=[]), - version = '0.0.6', + version = '0.0.7', license='MIT', description = 'MLP Mixer - Pytorch', author = 'Phil Wang',