From 4c5bcf38b302c07ce517fd5c7144535896b534ac Mon Sep 17 00:00:00 2001 From: Katherine Fleming <2205659+kflemin@users.noreply.github.com> Date: Tue, 11 Jul 2023 14:06:55 -0600 Subject: [PATCH] Update pyproject.toml update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ccfc0d3..78cd1ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "buildingsync-asset-extractor" -version = "0.1.13" +version = "0.1.14" description = "BuildingSync Asset Extractor (BAE)" authors = ["Katherine Fleming "] license = "BSD4"