mirror of
https://github.com/Cian-H/Melter.git
synced 2025-12-23 06:32:03 +00:00
6 lines
87 B
Python
6 lines
87 B
Python
from melter import __version__
|
|
|
|
|
|
def test_version():
|
|
assert __version__ == '0.1.0'
|