From f3fbaebde3ab44fb510e41e209ed409cc7c02672 Mon Sep 17 00:00:00 2001 From: staircase-dev Date: Thu, 6 Jul 2023 21:05:54 +1000 Subject: [PATCH] updated version in pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f44326e..4298aad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "piso" -version = "0.9.0" +version = "1.0.0" description = "Pandas Interval Set Operations: methods for set operations, analytics, lookups and joins on pandas' Interval, IntervalArray and IntervalIndex" readme = "README.md" authors = ["Riley Clement "]