diff --git a/weni/urls.py b/weni/urls.py index 9afd2874..e917cedd 100644 --- a/weni/urls.py +++ b/weni/urls.py @@ -27,7 +27,7 @@ schema_view = get_schema_view( openapi.Info( title="API Documentation", - default_version="v1.0.4", + default_version="v1.0.5", license=openapi.License(name="GPL-3.0 License"), ), public=True,