diff --git a/src/pyedb/__init__.py b/src/pyedb/__init__.py index 64f28cdbf6..b8eacdc473 100644 --- a/src/pyedb/__init__.py +++ b/src/pyedb/__init__.py @@ -70,7 +70,7 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non # pyedb_path = os.path.dirname(__file__) -__version__ = "0.34.dev0" +__version__ = "0.34.0" version = __version__ #