Source code for gridstatus.tests.test_version

from gridstatus import __version__


[docs]def test_version(): assert __version__ == "0.27.0"