From 57e0fb3c3da75cb5bd1503a2b425fb40ed66a8e0 Mon Sep 17 00:00:00 2001 From: Tsung-Ju Lii Date: Thu, 25 Jul 2024 02:31:38 +0800 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dafa201f..9da49e02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metaphor-connectors" -version = "0.14.57" +version = "0.14.58" license = "Apache-2.0" description = "A collection of Python-based 'connectors' that extract metadata from various sources to ingest into the Metaphor app." authors = ["Metaphor "]