From ef6ab7120c8154cde02571c2b90ad9aa14405959 Mon Sep 17 00:00:00 2001 From: deusebio Date: Tue, 13 Feb 2024 01:38:49 -0800 Subject: [PATCH] [MISC] Bump to version 0.0.4 (#71) --- pyproject.toml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 440355b..d4853f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,15 +42,12 @@ ignore_missing_imports = true [tool.poetry] name = "spark8t" -version = "0.0.3" -description = "This project allow you to create a SNAP for interacting with a K8s cluster to submit Spark jobs or run spark shells interactively" +version = "0.0.4" +description = "This project provides some utilities function and CLI commands to run Spark on K8s." authors = [ - "Abhishek Verma ", - "Enrico Deusebio ", - "Paolo Sottovia ", - "Judit Novak " + "Canonical Data Platform " ] -license = "MIT" +license = "Apache-2.0" readme = "README.md" packages = []