We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checking the version via the __version__ variable:
__version__
import pymc pymc.__version__
returns a version that does not include the major version number:
0+untagged.9027.g7608e30
The text was updated successfully, but these errors were encountered:
Use v tag prefix in versioneer config
v
e5560e7
Closes pymc-devs#6303
02f1836
Closes #6303
Successfully merging a pull request may close this issue.
Description of your problem
Checking the version via the
__version__
variable:returns a version that does not include the major version number:
Versions and main components
The text was updated successfully, but these errors were encountered: