From dadf67ca0ca4c51fed0dfcc151f43e1f2521fe98 Mon Sep 17 00:00:00 2001 From: Samuel Lopez <85613111+Samuelopez-ansys@users.noreply.github.com> Date: Mon, 6 May 2024 23:56:14 +0200 Subject: [PATCH] CHORE: Bump version into v0.10.dev0 (#4639) --- pyaedt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyaedt/__init__.py b/pyaedt/__init__.py index 9ce689dce41..34f82cf8fb1 100644 --- a/pyaedt/__init__.py +++ b/pyaedt/__init__.py @@ -40,7 +40,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non # pyaedt_path = os.path.dirname(__file__) -__version__ = "0.9.dev0" +__version__ = "0.10.dev0" version = __version__ #