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"