From eec0488784f7fca2447f9f70def49a1122642cde Mon Sep 17 00:00:00 2001 From: "Alexander G. Morano" Date: Thu, 8 Aug 2024 11:56:26 -0700 Subject: [PATCH] version up but the version is wrong? --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e45d5fb..32193a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "jovimetrix" description = "Integrates Webcam, MIDI, Spout and GLSL shader support. Animation via tick. Parameter manipulation with wave generator. Math operations with Unary and Binary support. Value conversion for all major types (int, string, list, dict, Image, Mask). Shape mask generation, image stacking and channel ops, batch splitting, merging and randomizing, load images and video from anywhere, dynamic bus routing with a single node, export support for GIPHY, save output anywhere! flatten, crop, transform; check colorblindness, make stereogram or stereoscopic images, or liner interpolate values and more." -version = "1.3.0" +version = "1.2.11" license = { file = "LICENSE" } dependencies = [ "aenum>=3.1.15, <4",