From be40de3a779f6d9ce22f2d0b9ce7e833dfcad082 Mon Sep 17 00:00:00 2001 From: Tsung-Ju Lii Date: Mon, 5 Aug 2024 12:18:57 +0800 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b34cff6d..ccebc528 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metaphor-connectors" -version = "0.14.65" +version = "0.14.66" 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 "]