From 5af6898b0b089b558b093f5e6371797397bb4365 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sun, 3 Apr 2022 00:20:23 -0700 Subject: [PATCH] Prepare for 0.3.0 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a623ff0..793172b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kubecrd" -version = "0.2.0" +version = "0.3.0" description = "Create Kubernetes CRD using Python dataclasses" authors = ["Abhilash Raj "] license = "Apache-2.0"