From d172b184cc1dc101c2a63a68500b94aa8b5c7cf5 Mon Sep 17 00:00:00 2001 From: Maarten Huijsmans Date: Thu, 19 Dec 2024 20:37:00 +0100 Subject: [PATCH] Bump to 0.0.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e0706d..eaf3da8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] # https://python-poetry.org/docs/pyproject/ name = "orval" -version = "0.0.6" +version = "0.0.7" description = "A Python package containing a small set of utility functions not found in Python's standard library. It is lightweight, written in pure Python, and has no dependencies." authors = [] license = "Proprietary"