forked from sig_core/toolkit
Louis Abel
04e7e1d164
* Add metadata with README information * Bump to 0.2.0 * Move more functions into shared
6 lines
90 B
Python
6 lines
90 B
Python
from empanadas import __version__
|
|
|
|
|
|
def test_version():
|
|
assert __version__ == '0.2.0'
|