diff --git a/weni/urls.py b/weni/urls.py index 68e6d6da..3611fb41 100644 --- a/weni/urls.py +++ b/weni/urls.py @@ -26,7 +26,7 @@ schema_view = get_schema_view( openapi.Info( title="API Documentation", - default_version="v1.0.2", + default_version="v1.0.4", license=openapi.License(name="GPL-3.0 License"), ), public=True,