From 6b02f577805631e30459f0fe81939fbe0abf8b73 Mon Sep 17 00:00:00 2001 From: simleek Date: Sun, 10 Nov 2019 10:51:52 -0700 Subject: [PATCH] Fixed 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 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'