diff --git a/base_rest_pydantic/__manifest__.py b/base_rest_pydantic/__manifest__.py index 7337466f5..35ac702a1 100644 --- a/base_rest_pydantic/__manifest__.py +++ b/base_rest_pydantic/__manifest__.py @@ -5,7 +5,7 @@ "name": "Base Rest Datamodel", "summary": """ Pydantic binding for base_rest""", - "version": "18.0.1.0.2", + "version": "18.0.1.0.3", "license": "LGPL-3", "author": "ACSONE SA/NV,Odoo Community Association (OCA)", "website": "https://github.com/OCA/rest-framework", @@ -14,7 +14,6 @@ "python": [ "pydantic>=2.0.0", ], - 'installable': False, -}, - 'installable': False, + }, + "installable": False, }