From 5d86d4ba4eaf9e8026b0205b4a87d62cb2af817f Mon Sep 17 00:00:00 2001 From: SkalskiP Date: Wed, 29 Nov 2023 12:55:36 +0100 Subject: [PATCH] Update the version in pyproject.toml from "0.1.0rc4" to "0.1.0". This commit indicates the stable release of version "0.1.0", moving out of the previous release candidate version "0.1.0rc4". --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73a86ce..f78aabc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "multimodal-maestro" -version = "0.1.0rc4" +version = "0.1.0" description = "Visual Prompting for Large Multimodal Models (LMMs)" authors = ["Piotr Skalski "] maintainers = ["Piotr Skalski "]