From 4a464c1ebf85146360446732a93e0bae98b11743 Mon Sep 17 00:00:00 2001 From: MrPowers Date: Thu, 22 Apr 2021 13:21:24 -0400 Subject: [PATCH] Bump to v0.8.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5dd2f9d..aed4217 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chispa" -version = "0.8.1" +version = "0.8.2" description = "Pyspark test helper library" authors = ["MrPowers "] license = "MIT"