From 429e5f67b14addeea41974c377475ba279a2301b Mon Sep 17 00:00:00 2001 From: Logan Ward Date: Fri, 22 Nov 2024 10:36:52 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a991eb1..6728040 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "battery-data-toolkit" -version = "0.4.0" +version = "0.4.1" description = "Utilities for reading and manipulating battery testing data" readme = "README.md" requires-python = ">=3.10"