Deep-Barcode-Reader / tests /test_deep_barcode_reader.py
afshin-dini's picture
bump version
67400b4
raw
history blame contribute delete
192 Bytes
"""Package level tests"""
from deep_barcode_reader import __version__
def test_version() -> None:
"""Unit test for checking the version of the code"""
assert __version__ == "0.3.0"