From bd82748523f52cb751dd74e18f90e825c8e4787b Mon Sep 17 00:00:00 2001 From: svandenb-dev <74993647+svandenb-dev@users.noreply.github.com> Date: Tue, 18 Jun 2024 10:56:18 +0200 Subject: [PATCH] release 0.14.1 --- 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 2bd6aef12e..bcd4ac06cd 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.15.dev0" +__version__ = "0.14.1" version = __version__ #