From f36232127b3027523749b64e02e364483111891c Mon Sep 17 00:00:00 2001 From: Pierre Marchand Date: Sun, 9 Jun 2024 21:45:45 +0200 Subject: [PATCH] update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb25085..a45e37a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "asciinema-automation" -version = "0.2.0" +version = "0.2.1" authors = [{ name = "Pierre Marchand", email = "test@test.com" }] description = "CLI utility to automate asciinema" readme = { file = "README.rst", content-type = "text/x-rst" }