From 9a2ff8cc8c9686849bc5f2306da7744791cb1046 Mon Sep 17 00:00:00 2001 From: Curtis Stallings Date: Fri, 17 Feb 2023 13:49:44 -0600 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4542107..7befe14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python_tabular" -version = "0.3.8" +version = "0.3.9" authors = [ { name="Curtis Stallings", email="curtisrstallings@gmail.com" }, ] @@ -49,4 +49,4 @@ exclude_lines = [ [tool.coverage.run] include = [ "pytabular/*" -] \ No newline at end of file +]