## Description of your problem Checking the version via the `__version__` variable: ```python import pymc pymc.__version__ ``` returns a version that does not include the major version number: ``` 0+untagged.9027.g7608e30 ``` ## Versions and main components * PyMC/PyMC3 Version: 4.3.0 * Aesara/Theano Version: 2.8.7 * Python Version: 3.9.0 * Operating system: macOS * How did you install PyMC/PyMC3: pip