Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains authored Aug 9, 2021
1 parent 987b640 commit 4e2133a
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 = 'invariant-point-attention',
packages = find_packages(),
version = '0.0.9',
version = '0.1.0',
license='MIT',
description = 'Invariant Point Attention',
author = 'Phil Wang',
Expand Down Expand Up @@ -31,4 +31,4 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
],
)
)

0 comments on commit 4e2133a

Please sign in to comment.