diff --git a/displayarray/__init__.py b/displayarray/__init__.py index bb620d5..0d09492 100644 --- a/displayarray/__init__.py +++ b/displayarray/__init__.py @@ -4,7 +4,7 @@ Display any array, webcam, or video file. display is a function that displays these in their own windows. """ -__version__ = "0.6.6" +__version__ = "0.7.1" from .window.subscriber_windows import display, breakpoint_display from .frame.frame_updater import read_updates diff --git a/pyproject.toml b/pyproject.toml index c0af872..db49003 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'displayarray' -version = '0.7.0' +version = '0.7.1' description = 'Tool for displaying numpy arrays.' authors = ['SimLeek '] license = 'MIT'