diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 4ce3a39f..d6d86ded 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -9.0.20180419.0 \ No newline at end of file +9.0.20211016.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 03988d8c..86751e9d 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -16,5 +16,6 @@ setuptools.setup( classifiers=[ 'Programming Language :: Python', 'Framework :: Odoo', + 'Framework :: Odoo :: 9.0', ] )