From 2020adec017f9f733b235a65d4797cfb9b04f6ae Mon Sep 17 00:00:00 2001 From: Thomas MK Date: Sun, 5 Mar 2023 18:00:45 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d98638d..ea49ffb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "type-enum" -version = "0.0.9" +version = "0.1.0" description = "Concise sum types in Python." authors = ["Thomas MK "] license = "Apache License 2.0"