From 2418a9da06a23015534e7e7348a8bfc83a7db8f3 Mon Sep 17 00:00:00 2001 From: Daniel Bosk Date: Fri, 30 Jun 2023 14:47:00 +0200 Subject: [PATCH] Bumps version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e373c1d..52ff0c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "typerconf" -version = "2.1" +version = "2.2" description = "Library to read and write configs using API and CLI with Typer" authors = ["Daniel Bosk "] license = "MIT"