diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 3db45a42a..c64e9a101 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -10.0.20210501.0 \ No newline at end of file +10.0.20211016.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index a77b63eb3..4ec6a4633 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -27,5 +27,6 @@ setuptools.setup( classifiers=[ 'Programming Language :: Python', 'Framework :: Odoo', + 'Framework :: Odoo :: 10.0', ] )