All checks were successful
gitea-physics/pynam/pipeline/head This commit looks good
6 lines
83 B
Python
6 lines
83 B
Python
from pynam import __version__
|
|
|
|
|
|
def test_version():
|
|
assert __version__ == "0.1.0"
|