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