From 011f728716833a0ea168e26e8f6c37bd41f6588b Mon Sep 17 00:00:00 2001 From: sbias <63045405+s-ducks@users.noreply.github.com> Date: Thu, 6 Jan 2022 15:31:12 +0000 Subject: [PATCH] uprev toml file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ca1320..d08582c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dataengineeringutils3" -version = "1.3.0" +version = "1.3.2" description = "Data engineering utils Python 3 version" authors = ["Data Engineering "] license = "MIT"