From 46f200851b5483d2f6e455f346fbf053a7367ad9 Mon Sep 17 00:00:00 2001 From: Nina Bernick Date: Fri, 23 Aug 2024 11:58:20 -0700 Subject: [PATCH] bump version --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8eae568..bc77792 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,8 @@ [tool.poetry] name = "platformics" # placeholder version that will be replace by poetry-dynamic-versioning -version = "0.1.1" +# TODO: revert +version = "0.1.2" description = "Codegen Python GraphQL Entity Framework" authors = ["CZI Team "] license = "MIT License"