From e9eb1e66d7a051c0b5127c1f93fd4db4121557e2 Mon Sep 17 00:00:00 2001 From: MrPowers Date: Fri, 26 Mar 2021 13:06:16 -0300 Subject: [PATCH] Bump to v0.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2513073..12bc748 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chispa" -version = "0.7.1" +version = "0.8.0" description = "Pyspark test helper library" authors = ["MrPowers "] license = "MIT"