diff --git a/imgutils/config/meta.py b/imgutils/config/meta.py index 3901b82694c..8b5153b4ddb 100644 --- a/imgutils/config/meta.py +++ b/imgutils/config/meta.py @@ -7,7 +7,7 @@ __TITLE__ = 'imgutils' #: Version of this project. -__VERSION__ = '0.2.0' +__VERSION__ = '0.2.1' #: Short description of the project, will be included in ``setup.py``. __DESCRIPTION__ = 'A convenient and user-friendly anime-style image data processing library that integrates ' \ diff --git a/setup.py b/setup.py index 700ea28f9bd..368993bbfd2 100644 --- a/setup.py +++ b/setup.py @@ -65,5 +65,6 @@ def _load_req(file: str): 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', ], )