diff --git a/setup.py b/setup.py index 2effd4a..e36e40b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'memory-efficient-attention-pytorch', packages = find_packages(exclude=[]), - version = '0.1.1', + version = '0.1.2', license='MIT', description = 'Memory Efficient Attention - Pytorch', long_description_content_type = 'text/markdown',