From 45eef1ac7b05e41a1f6c26d0da71c641256bb360 Mon Sep 17 00:00:00 2001 From: Nitzan Zada Date: Wed, 23 Feb 2022 21:35:39 +0200 Subject: [PATCH] bumped version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 933e878..97fc120 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "deadsimple" -version = "0.3.1" +version = "0.4.0" description = "A dependency injection library, aimed for the least amount of magic" authors = ["Nitzan Zada "] keywords = ["dependency_injection"]