From 1a859d5ec4132da1e6dc837ad6d214c806b1780c Mon Sep 17 00:00:00 2001 From: svandenb-dev <74993647+svandenb-dev@users.noreply.github.com> Date: Thu, 6 Mar 2025 16:40:29 +0100 Subject: [PATCH] release 0.38.0 --- src/pyedb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyedb/__init__.py b/src/pyedb/__init__.py index 07c1288a90..5d7f4ec035 100644 --- a/src/pyedb/__init__.py +++ b/src/pyedb/__init__.py @@ -44,7 +44,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non # pyedb_path = os.path.dirname(__file__) -__version__ = "0.38.dev0" +__version__ = "0.38.0" version = __version__ #