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