Some checks failed
gitea-physics/pdme/pipeline/head There was a failure building this commit
8 lines
136 B
Python
8 lines
136 B
Python
from pdme import __version__
|
|
import pdme
|
|
|
|
|
|
def test_version():
|
|
assert __version__ == '0.0.1'
|
|
assert pdme.get_version() == __version__
|