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 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( 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!