From ef27e892bb5aded5c4b36f394ff6662d3783b22e Mon Sep 17 00:00:00 2001 From: Enno Hermann Date: Wed, 20 Nov 2024 13:48:52 +0100 Subject: [PATCH] chore: bump version to 0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 122e1e0..479f7eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "coqpit-config" -version = "0.1.0" +version = "0.1.1" description = "Simple (maybe too simple), light-weight config management through python data-classes." readme = "README.md" requires-python = ">=3.9"