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