Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kolibril13 committed Jul 18, 2022
1 parent 681bc1a commit 3789f36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ import jupyter_compare_view

## Changelog


## 0.1.5

* BugFix: Remove black import that was added by accident.

## 0.1.4

* `%%compare` is now `%%splity`. `%%splity` is deprecated.
Expand Down
1 change: 0 additions & 1 deletion jupyter_compare_view/sw_cellmagic.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from IPython.core.magic import Magics, cell_magic, magics_class
from IPython.utils.capture import capture_output
from PIL import Image
from black import NewLine

from .inject import inject_split

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jupyter_compare_view"
version = "0.1.4"
version = "0.1.5"
description = "Blend Between Multiple Images in JupyterLab."
authors = ["Octoframes"]
license = "MIT"
Expand Down

0 comments on commit 3789f36

Please sign in to comment.