From 4153ba3bdad55912f108ecc4b7a49bd109605ecb Mon Sep 17 00:00:00 2001 From: Isaac Parker Date: Fri, 22 Mar 2024 15:58:57 -0600 Subject: [PATCH] release 0.0.4 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c42b92e..38e8c0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,14 +11,14 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dynamic = ["version"] -version = "0.0.3" +version = "0.0.4" [tool.maturin] features = ["pyo3/extension-module"] [tool.poetry] name = "linen_closet" -version = "0.0.3" +version = "0.0.4" description = "A Google Sheets bulk download and caching library." authors = [ "Isaac Parker "