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
Pygame appears to have a .version attribute in the top-level package that, e.g., pyknic, relies upon.
.version
The text was updated successfully, but these errors were encountered:
It's also important that the contents of pygame.version (ver, vernum and (in non-release builds) rev) are exposed as pygame.ver, pygame.vernum as well
At least some documentation recommends checking pygame.ver, so that should be supported.
pygame.__version__ is also set to match pygame.version.ver as well.
pygame.__version__
Sorry, something went wrong.
Closed by #73
No branches or pull requests
Pygame appears to have a
.version
attribute in the top-level package that, e.g., pyknic, relies upon.The text was updated successfully, but these errors were encountered: