5 lines
89 B
Python
5 lines
89 B
Python
from stacosys import __version__
|
|
|
|
|
|
def test_version():
|
|
assert __version__ == '1.1.0'
|