From 591560e2df9ab62d10143fd24dbdfacbd9aac6f6 Mon Sep 17 00:00:00 2001 From: elaina Date: Sat, 21 Dec 2024 10:07:32 +0000 Subject: [PATCH] :wrench: :pushpin: v0.0.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6733c4..8740703 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "inincompatibility" -version = "0.0.6" +version = "0.0.7" description = "A dependency-free, code-less socket-based solution for resolving environment incompatibilities" readme = "README.rst" requires-python = ">=3.7"