From a7dc51e5a04fed0c9e73c3b3dd3203bd2d91d9aa Mon Sep 17 00:00:00 2001 From: Andrew Sansom Date: Sun, 1 Jan 2023 12:54:49 -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 3bfd06e..9178777 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cache-pandas" -version = "0.0.1" +version = "1.0.0" description = "Easily cache pandas DataFrames to file and in memory." authors = [ { name = "Andrew Sansom", email = "andrew@euleriancircuit.com" }, @@ -44,4 +44,4 @@ packages = ["cache_pandas"] [tool.black] line-length = 120 -target_version = ['py38', 'py39', 'py310', 'py311'] \ No newline at end of file +target_version = ['py38', 'py39', 'py310', 'py311']