From 16c54c70392fac30305e2782d4268fd22b6fce66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Perceval=20Wajsb=C3=BCrt?= Date: Tue, 22 Oct 2024 17:50:57 +0200 Subject: [PATCH] chore: bump version to 0.7.0 --- confit/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confit/__init__.py b/confit/__init__.py index b6548b6..368b057 100644 --- a/confit/__init__.py +++ b/confit/__init__.py @@ -9,4 +9,4 @@ VisibleDeprecationWarning, ) -__version__ = "0.6.0" +__version__ = "0.7.0"