From c335a42557370f573d19f5aa2db778a941415397 Mon Sep 17 00:00:00 2001 From: Bob Gregory Date: Sat, 19 Oct 2024 11:36:20 +0100 Subject: [PATCH] Update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index baaf0e9..95511d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "punq" -version = "0.0.1" +version = "0.7.1" description = "An IOC Container for Python 3.8+" authors = [{ name = "Bob Gregory", email = "bob@codefiend.co.uk" }] readme = "README.md"