From 0f13c1ef5995cc5258fd26cda9ece941ebcd4429 Mon Sep 17 00:00:00 2001 From: Thibaut Durand Date: Mon, 15 May 2023 19:27:07 -0700 Subject: [PATCH] Release version `0.0.7` (#84) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c11d6df6..8341b334 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "coola" -version = "0.0.7a1" +version = "0.0.7" description = "A light library to check if two complex/nested objects are equal or not" readme = "README.md" authors = ["Thibaut Durand "]