From c1186daea795bbbd643db84c713c402052f00582 Mon Sep 17 00:00:00 2001 From: Josh Miklos Date: Tue, 14 Apr 2020 16:40:10 -0700 Subject: [PATCH] Updated version. --- displayarray/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/displayarray/__init__.py b/displayarray/__init__.py index 4eeb746..1c22eba 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.7.4" +__version__ = "0.7.5" from .window.subscriber_windows import display, breakpoint_display, read_updates from .frame.frame_publishing import publish_updates_zero_mq, publish_updates_ros diff --git a/pyproject.toml b/pyproject.toml index 52d09fe..5aa9e2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'displayarray' -version = '0.7.4' +version = '0.7.5' description = 'Tool for displaying numpy arrays.' authors = ['SimLeek '] license = 'MIT'