mirror of
https://github.com/dtomlinson91/tembo.git
synced 2025-12-22 05:55:44 +00:00
6 lines
86 B
Python
6 lines
86 B
Python
from tembo import __version__
|
|
|
|
|
|
def test_version():
|
|
assert __version__ == '0.1.0'
|