Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
keckelt committed Apr 15, 2024
1 parent 389bd72 commit 5e87390
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Requires JupyterLab >= 4.0.0.
To install the extension, execute:

```bash
pip install loops_diff
pip install loops-diff
```

## Feedback
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loops-diff",
"version": "1.0.1",
"version": "1.1.0",
"description": "A JupyterLab extension to support iterative and exploratory data analysis in computational notebooks.",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 5e87390

Please sign in to comment.