From e2475403433fdf64e19e688bef3f669fac4eeaa4 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sun, 27 Mar 2022 18:01:11 -0700 Subject: [PATCH] Prepare for 0.2.0 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82e6694..a623ff0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kubecrd" -version = "0.2.0-dev" +version = "0.2.0" description = "Create Kubernetes CRD using Python dataclasses" authors = ["Abhilash Raj "] license = "Apache-2.0"