diff --git a/setup.py b/setup.py index e2be7b1..6640479 100644 --- a/setup.py +++ b/setup.py @@ -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', @@ -23,4 +23,4 @@ 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3.6', ], -) \ No newline at end of file +)