diff --git a/setup.py b/setup.py index 77ef885..2955c5d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'st-moe-pytorch', packages = find_packages(exclude=[]), - version = '0.1.7', + version = '0.1.8', license='MIT', description = 'ST - Mixture of Experts - Pytorch', author = 'Phil Wang',