From cbbedf1b12d2b2d79369d9e60c4124d5b2faf48b Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Fri, 24 May 2024 11:36:18 +0200 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d1a094..d9ba8d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "polarify" description = "Simplifying conditional Polars Expressions with Python 🐍 🐻‍❄️" -version = "0.1.5" +version = "0.2.0" readme = "README.md" license = {file = "LICENSE"} requires-python = ">=3.9"