diff --git a/setup.py b/setup.py index af6faf9db..0b97f9e0e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'byol-pytorch', packages = find_packages(exclude=['examples']), - version = '0.1.2', + version = '0.1.3', license='MIT', description = 'Self-supervised contrastive learning made simple', author = 'Phil Wang',