From 6ca008f42f3a2e5443198ae39950028b7a1f1aab Mon Sep 17 00:00:00 2001 From: majh Date: Thu, 14 Mar 2024 18:18:40 +0000 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fda34ef..48802dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "conflator" -version = "0.1.3" +version = "0.1.4" description = "Load small app configurations from environment variables, command line arguments and config files, according to a pydantic model." authors = ["James Hawkes "] readme = "README.md"