File size: 86 Bytes
0161e74
 
 
 
 
1
2
3
4
5
6
from scgpt import __version__


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