From 2395f8962d7e62a27bc309569290eca5e88cf0e4 Mon Sep 17 00:00:00 2001 From: Katherine Fleming <2205659+kflemin@users.noreply.github.com> Date: Thu, 6 Jul 2023 12:01:04 -0600 Subject: [PATCH] Update pyproject.toml to v 0.1.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 408e235..ccfc0d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "buildingsync-asset-extractor" -version = "0.1.12" +version = "0.1.13" description = "BuildingSync Asset Extractor (BAE)" authors = ["Katherine Fleming "] license = "BSD4"