From 74ff42f1b61afcc3e277777552e796861902e98b Mon Sep 17 00:00:00 2001 From: barts Date: Mon, 15 Apr 2024 21:49:33 +0200 Subject: [PATCH] ci: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04f2e98..b444987 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "vdirsyncer", "orgparse" ] -version = "0.0.1" +version = "0.0.2" [project.optional-dependencies] debug = ["ipdb", "ipython"]