From e4e7e16a7cfd4799ba5f7bf3b763bec1e9f0e1fb Mon Sep 17 00:00:00 2001 From: Balint Haller Date: Fri, 26 Feb 2021 10:13:37 +0100 Subject: [PATCH] main: bump version to 0.2.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 634ee66..5ded908 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "carte-cli" -version = "0.2.2" +version = "0.2.3" description = "A static site generator for data catalogs" authors = ["Balint Haller "] license = "Apache-2.0"