toolkit/iso/empanadas/tests/test_empanadas.py
Louis Abel 04e7e1d164
Bump to 0.2.0
* Add metadata with README information
* Bump to 0.2.0
* Move more functions into shared
2022-07-04 11:32:10 -07:00

6 lines
90 B
Python

from empanadas import __version__
def test_version():
assert __version__ == '0.2.0'