Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains authored Nov 24, 2021
1 parent 304ee88 commit a811181
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 = 'rotary-embedding-torch',
packages = find_packages(),
version = '0.1.1',
version = '0.1.2',
license='MIT',
description = 'Rotary Embedding - Pytorch',
author = 'Phil Wang',
Expand All @@ -25,4 +25,4 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
],
)
)

0 comments on commit a811181

Please sign in to comment.