diff --git a/base_custom_info/__manifest__.py b/base_custom_info/__manifest__.py index 23544f0ad..353501a94 100644 --- a/base_custom_info/__manifest__.py +++ b/base_custom_info/__manifest__.py @@ -7,7 +7,7 @@ 'name': "Base Custom Info", 'summary': "Add custom field in models", 'category': 'Tools', - 'version': '12.0.1.0.0', + 'version': '12.0.1.0.1', 'depends': [ 'base_setup', ],