From c3359cf05a23fcc7c6f8abcd8bd0f3f177e6caa2 Mon Sep 17 00:00:00 2001 From: Louis Christ Date: Sat, 20 Apr 2024 11:48:55 +0200 Subject: [PATCH] increase version to 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2d4efe..b47c813 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyblu" -version = "0.1.0" +version = "0.2.0" description = "" authors = ["Louis Christ "] repository = "https://github.com/LouisChrist/pyblu"