From f8993c92f7db5bfe1abaa697ffe13a90322c5bfe Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 30 Oct 2024 16:34:20 +0000 Subject: [PATCH] Release 0.1.7 -> 0.1.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 487714a..4e1c9be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "typelib" -version = "0.1.7" +version = "0.1.8" description = "A toolkit for marshalling, unmarshalling, and runtime validation leveraging type annotations." authors = ["Sean Stewart "] readme = "README.md"