From b2dda83bacc4d75e5502619d45cbc789fc17f421 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Tue, 2 Apr 2024 16:10:03 +0200 Subject: [PATCH] Release 0.3.8 --- voila/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voila/_version.py b/voila/_version.py index cbe409a9b..166d5b596 100644 --- a/voila/_version.py +++ b/voila/_version.py @@ -17,7 +17,7 @@ ) # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion -version_info = VersionInfo(0, 3, 7, "final", 0) +version_info = VersionInfo(0, 3, 8, "final", 0) _specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}