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