From 6279089d198f15db98914987e922e18e9b58cc9c Mon Sep 17 00:00:00 2001 From: Thomas M Kehrenberg Date: Sun, 8 Oct 2023 13:40:33 +0200 Subject: [PATCH] Bump version --- type-enum-plugin/pyproject.toml | 2 +- type-enum/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/type-enum-plugin/pyproject.toml b/type-enum-plugin/pyproject.toml index ecfab0c..9866c82 100644 --- a/type-enum-plugin/pyproject.toml +++ b/type-enum-plugin/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "type-enum-plugin" -version = "0.2.2a0" +version = "0.3.0" description = "Mypy plugin for type-enum." authors = ["Thomas MK "] license = "Apache License 2.0" diff --git a/type-enum/pyproject.toml b/type-enum/pyproject.toml index 75206a3..b2d734e 100644 --- a/type-enum/pyproject.toml +++ b/type-enum/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "type-enum" -version = "0.2.2a0" +version = "0.3.0" description = "Concise sum types in Python." authors = ["Thomas MK "] license = "Apache License 2.0"