From 593c96259a2e75efddd29c043bd5f4b50a80c34f Mon Sep 17 00:00:00 2001 From: "B.T. Franklin" Date: Mon, 25 Nov 2024 21:46:02 -0700 Subject: [PATCH] Updated the version number in preparation for a release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79462d6..3b1a849 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pickled_pipeline" -version = "0.2.0" +version = "0.2.1" description = "A package for caching repeat runs of pipelines that have expensive operations along the way" authors = [ {name = "B.T. Franklin", email = "brandon.franklin@gmail.com"},