diff --git a/type-enum-plugin/pyproject.toml b/type-enum-plugin/pyproject.toml index 20c9376..b6357c2 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.1a0" +version = "0.2.1" 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 4079d34..97a700b 100644 --- a/type-enum/pyproject.toml +++ b/type-enum/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "type-enum" -version = "0.2.1a0" +version = "0.2.1" description = "Concise sum types in Python." authors = ["Thomas MK "] license = "Apache License 2.0"