diff --git a/report_csv/__manifest__.py b/report_csv/__manifest__.py index 291be37f1..76e7bc8a0 100644 --- a/report_csv/__manifest__.py +++ b/report_csv/__manifest__.py @@ -6,7 +6,7 @@ "author": "Creu Blanca, Odoo Community Association (OCA)", "website": "https://github.com/oca/reporting-engine", "category": "Reporting", - "version": "13.0.1.0.0", + "version": "13.0.1.0.1", "license": "AGPL-3", "external_dependencies": {"python": ["csv"]}, "depends": ["base", "web"],