From 6f3c7bf8d251372f1727155e6a71e522ef215d5a Mon Sep 17 00:00:00 2001 From: Rene Luria Date: Fri, 1 Nov 2024 15:24:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20pyproject.toml=20->=20U?= =?UTF-8?q?pdated=20version=20from=20v0.1.6=20to=20v0.2.0?= 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 0a5f4b6..4d1ae69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "myice" -version = "v0.1.6" +version = "v0.2.0" description = "myice parsing" authors = ["Rene Luria "] license = "MIT"