Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains authored Dec 19, 2021
1 parent 04201ee commit 0b6bf96
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 = 'mixture-of-experts',
packages = find_packages(),
version = '0.2.0',
version = '0.2.1',
license='MIT',
description = 'Sparsely-Gated Mixture of Experts for Pytorch',
author = 'Phil Wang',
Expand All @@ -20,4 +20,4 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
],
)
)

0 comments on commit 0b6bf96

Please sign in to comment.