Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Sep 17, 2020
1 parent 49abfd5 commit 41be759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'sinkhorn_transformer',
packages = find_packages(exclude=['examples']),
version = '0.10.1',
version = '0.10.3',
license='MIT',
description = 'Sinkhorn Transformer - Sparse Sinkhorn Attention',
author = 'Phil Wang',
Expand All @@ -22,4 +22,4 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
],
)
)

0 comments on commit 41be759

Please sign in to comment.