yuval9313/FastApi-RESTful

[BUG] `fastapi_restful.__version__` is incorrect

Closed this issue · 0 comments

Describe the bug
A clear and concise description of what the bug is.

import fastapi_restful

print(fastapi_restful.__version__)
# 0.4.3

This doesn't match with the current fastapi-restful version 0.4.5.