Skip to content

Commit 5100c83

Browse files
Updated api
1 parent 9b2ecb8 commit 5100c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def custom_openapi():
100100
return app.openapi_schema
101101
openapi_schema = get_openapi(
102102
title="Random Profile Generator API",
103-
version="0.2.3",
103+
version=api_version,
104104
description="Python Module To Generate Random Profile Data",
105105
routes=app.routes,
106106
)

0 commit comments

Comments
 (0)