From 10d9b378b728e22d4f2dc43021a31d927d7e3396 Mon Sep 17 00:00:00 2001 From: DustinMoriarty Date: Fri, 27 Nov 2020 22:39:59 -0600 Subject: [PATCH] Bumped version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6628fe..bb88ded 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "config-injector" -version = "0.2.0" +version = "0.2.1" description = "Simple dependency injection framework for python for easy and logical app configuration." authors = ["DustinMoriarty "] readme = "README.md"