aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_hommaexceli_py.py
blob: 851baeaa5da17d67e7ee82556efd500354d31315 (plain)
1
2
3
4
5
from hommaexceli_py import __version__


def test_version():
    assert __version__ == '0.1.0'