From 764aaf45fc0ca3a55f45cd55d2c14ef64555077e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20=C5=BBak?= Date: Mon, 22 Jan 2024 09:01:36 +0100 Subject: [PATCH 1/3] Update .bumpversion.cfg --- .bumpversion.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 86aa7c2..6b94103 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.1 +current_version = 1.1.2 commit = False tag = True From 1d1a6a14dffc8c8bd03fa607b97bd7ab6989400f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20=C5=BBak?= Date: Mon, 22 Jan 2024 09:01:51 +0100 Subject: [PATCH 2/3] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d97224e..1d6ae21 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="ipyplot", - version="1.1.1", + version="1.1.2", description="Simple package that leverages IPython and HTML for more efficient, reach and interactive plotting of images in Jupyter Notebooks", long_description=long_description, long_description_content_type="text/markdown", # This is important! From 14ce04afcf2fcef9d8a98557352be3f1943cca20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20=C5=BBak?= Date: Mon, 22 Jan 2024 09:02:08 +0100 Subject: [PATCH 3/3] Update __init__.py --- ipyplot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipyplot/__init__.py b/ipyplot/__init__.py index 58dcb33..5dac9fc 100644 --- a/ipyplot/__init__.py +++ b/ipyplot/__init__.py @@ -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(