From b0d6b68b9e7b1260677670edd199907e9215a10f Mon Sep 17 00:00:00 2001 From: Cameron Mattson Date: Wed, 30 Apr 2025 16:44:28 -0600 Subject: [PATCH] Updated version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc7a63d..5b00931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pairwise-compare" -version = "0.1.0" +version = "0.1.1" description = "Allows the user to compare groups of data specified in a tidy pandas dataframe with ease." authors = ["Cameron Mattson "] license = "BSD 3-Clause"