Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains authored Dec 6, 2020
1 parent 9675448 commit d7f6df3
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 = 'reformer_pytorch',
packages = find_packages(exclude=['examples', 'pretraining']),
version = '1.2.3',
version = '1.2.4',
license='MIT',
description = 'Reformer, the Efficient Transformer, Pytorch',
author = 'Phil Wang',
Expand All @@ -23,4 +23,4 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
],
)
)

0 comments on commit d7f6df3

Please sign in to comment.