mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-06 07:05:36 +01:00
6 lines
100 B
Python
6 lines
100 B
Python
from fastapi_book_server import __version__
|
|
|
|
|
|
def test_version():
|
|
assert __version__ == "0.1.0"
|