diff --git a/setup.py b/setup.py index 8e31bcb..37b0a22 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'phenaki-pytorch', packages = find_packages(exclude=[]), - version = '0.0.31', + version = '0.0.32', license='MIT', description = 'Phenaki - Pytorch', author = 'Phil Wang',