Skip to content

Commit 5d8eaeb

Browse files
authored
Release 1.1.2 (#61)
* Update .bumpversion.cfg * Update setup.py * Update __init__.py
1 parent 393934f commit 5d8eaeb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.1
2+
current_version = 1.1.2
33
commit = False
44
tag = True
55

ipyplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from ._plotting import plot_images, plot_class_tabs, plot_class_representations
1717

1818
__name__ = "IPyPlot"
19-
__version__ = "1.1.1"
19+
__version__ = "1.1.2"
2020

2121
if 'google.colab' in _sys.modules: # pragma: no cover
2222
print(

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="ipyplot",
9-
version="1.1.1",
9+
version="1.1.2",
1010
description="Simple package that leverages IPython and HTML for more efficient, reach and interactive plotting of images in Jupyter Notebooks",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown", # This is important!

0 commit comments

Comments
 (0)