Skip to content

Commit

Permalink
Update interactive to use 5.0.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Jul 4, 2020
1 parent 09e313e commit e48bfcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick_start/interactive.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ def use_isort(*args):
document.sort_code = sort_code
document.updateOutput()
micropip.install('https://timothycrosley.github.io/isort/docs/quick_start/isort-5.0.0-py3-none-any.whl').then(use_isort)`);
micropip.install('https://timothycrosley.github.io/isort/docs/quick_start/isort-5.0.1-py3-none-any.whl').then(use_isort)`);
});
Binary file added docs/quick_start/isort-5.0.1-py3-none-any.whl
Binary file not shown.

0 comments on commit e48bfcb

Please sign in to comment.