_version

Retrieve the version of the GONet_Wizard package.

This module provides the __version__ variable, which automatically reflects the current version of the installed package using importlib.metadata.

Fallback support for Python <3.8 is provided via importlib_metadata.

GONet_Wizard._version.__version__

The version string of the installed GONet_Wizard package.

Type:

str

raises PackageNotFoundError:

If the GONet_Wizard package is not installed or cannot be found in the environment.