From 5c4a520237b88f6fe3712ace4808a0625189cc4f Mon Sep 17 00:00:00 2001 From: Scott Huang Date: Wed, 7 Aug 2024 16:49:03 +0800 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3303e520..81c030df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metaphor-connectors" -version = "0.14.70" +version = "0.14.71" 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 "]