From 320ec291e6c583b623491415032a30d48abe51a4 Mon Sep 17 00:00:00 2001 From: Rene Luria Date: Fri, 1 Nov 2024 13:18:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9F=A2=20pyproject.toml:=20Added=20Poetry?= =?UTF-8?q?=20project=20configuration=20file=20=F0=9F=9B=A0=EF=B8=8F=20pyp?= =?UTF-8?q?roject.toml=20->=20Updated=20version=20from=20'v0.1.5'=20to=20'?= =?UTF-8?q?v0.1.6'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b8357e1..bc80ad5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "myice" -version = "v0.1.5" +version = "v0.1.6" description = "myice parsing" authors = ["Rene Luria "] license = "MIT"