From e025b32248418565f32652517b6ea0e6b45c39e3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 30 Oct 2024 11:59:07 +0000 Subject: [PATCH] Release 0.1.4 -> 0.1.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51e74a8..057b681 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "typelib" -version = "0.1.4" +version = "0.1.5" description = "A toolkit for marshalling, unmarshalling, and runtime validation leveraging type annotations." authors = ["Sean Stewart "] readme = "README.md"