From f3b8cd958ef15b0085b6b06204300c56afd74e08 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 6 Sep 2024 13:15:19 +0300 Subject: [PATCH] v0.1.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b48b4e..d23d4df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sync_ics2gcal" -version = "0.1.4" +version = "0.1.5" description = "Sync ics file with Google calendar" authors = ["Dmitry Belyaev "] license = "MIT"