From 537bd25cfd25cd065582cf608ad4f98a2fd57b61 Mon Sep 17 00:00:00 2001 From: John Arevalo Date: Mon, 5 Feb 2024 17:14:10 -0500 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06b29a5..538f042 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "copairs" -version = "0.4.0-alpha.2" +version = "0.4.0" description = "Find pairs and compute metrics between them" readme = "README.md" requires-python = ">=3.8"