From 214fe55afd2fad4bece4d48671340536cc5a1927 Mon Sep 17 00:00:00 2001 From: ndamania00 Date: Sun, 8 Dec 2024 13:05:42 -0500 Subject: [PATCH] bump version to v1.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 03a4200..5e93092 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "liminal-orm" -version = "1.0.6" +version = "1.1.0" description = "An ORM and toolkit that builds on top of Benchling's platform to keep your schemas and downstream code dependencies in sync." authors = ["DynoTx Open Source "] readme = "README.md"