From 5139ed721ee9e69cc64fe64c86bd194aaa3939a1 Mon Sep 17 00:00:00 2001 From: Thomas Aarholt Date: Fri, 18 Oct 2024 08:21:00 +0200 Subject: [PATCH] v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 090de88..a9b3d78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "patito" -version = "0.7.0" +version = "0.8.0" description = "A dataframe modelling library built on top of polars and pydantic." authors = ["Jakob Gerhard Martinussen ", "Thomas Aarholt "] license = "MIT"