forked from sig_core/toolkit
Louis Abel
8d77a63a6a
* Start SIG deployment testing * Add additional sigs: desktop, virt * Modify altarch to match repo names in release package
6 lines
90 B
Python
6 lines
90 B
Python
from empanadas import __version__
|
|
|
|
|
|
def test_version():
|
|
assert __version__ == '0.4.0'
|