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
Describe the Bug
apex.__version__ is not exported.
apex.__version__
Minimal Steps/Code to Reproduce the Bug
import apex apex.__version__
result:
AttributeError: module 'apex' has no attribute '__version__'
Expected Behavior
expected result: '0.1'
'0.1'
Environment
apex version 0.1
apex
0.1
The text was updated successfully, but these errors were encountered:
Thx
Sorry, something went wrong.
we're thinking of switching to Calendar Versioning in a month: #1648
No branches or pull requests
Describe the Bug
apex.__version__
is not exported.Minimal Steps/Code to Reproduce the Bug
result:
AttributeError: module 'apex' has no attribute '__version__'
Expected Behavior
expected result:
'0.1'
Environment
apex
version0.1
The text was updated successfully, but these errors were encountered: