Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
karolzak committed Jan 22, 2024
1 parent 1d1a6a1 commit 14ce04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipyplot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from ._plotting import plot_images, plot_class_tabs, plot_class_representations

__name__ = "IPyPlot"
__version__ = "1.1.1"
__version__ = "1.1.2"

if 'google.colab' in _sys.modules: # pragma: no cover
print(
Expand Down

0 comments on commit 14ce04a

Please sign in to comment.