apex
apex copied to clipboard
Export __version__
Describe the Bug
apex.__version__ is not exported.
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'
Environment
apex version 0.1
Thx
we're thinking of switching to Calendar Versioning in a month: https://github.com/NVIDIA/apex/pull/1648