From 448bbb2527ec68b01ce00fff5b53092a916b7775 Mon Sep 17 00:00:00 2001 From: Thomas Stephens Date: Tue, 23 Jan 2024 13:33:41 -0600 Subject: [PATCH] Bumping version number so we can release a new version with more leniently versioned dependencies. Co-authored-by: Tim Jensen --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8a73623..1471819 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ustack-logging" -version = "1.0.0" +version = "1.0.1" description = "Default logging configuration for uStack style Python applications." authors = ["uStudio Developers "] license = "MIT"