From 79616fa3a350db27e943316bb391da9b300e8e4f Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 30 Jan 2024 12:22:13 +0000 Subject: [PATCH] Update version for v0.5.0 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca17d56..2779de4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "squeaky" -version = "0.4.0" +version = "0.5.0" description = "Remove noise from notebooks for cleaner version control diffs" readme = "README.md" requires-python = ">=3.7"