From d41fd357ca4009d9e140bccc4802ed89a49a592d Mon Sep 17 00:00:00 2001 From: Enno Hermann Date: Sat, 11 Jan 2025 18:11:30 +0100 Subject: [PATCH] chore: bump version to 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b457ea5..905a0ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "coqpit-config" -version = "0.1.2" +version = "0.2.0" description = "Simple (maybe too simple), light-weight config management through python data-classes." readme = "README.md" requires-python = ">=3.10"