From 1090472c3210913cb86709a09f4abf7957e288b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 Nov 2024 12:58:58 +0000 Subject: [PATCH] :arrow_up: Bumping version from 1.0.3 to 1.0.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1edccfc..99d4ba8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "driconfig" -version = "1.0.3" +version = "1.0.4" description = "Pydantic-ish YAML configuration management." license = "MIT" authors = ["Dribia Data Research "]