Loading imgutils/config/meta.py +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ Overview: __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 ' \ Loading setup.py +1 −0 Original line number Diff line number Diff line Loading @@ -65,5 +65,6 @@ setup( 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', ], ) Loading
imgutils/config/meta.py +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ Overview: __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 ' \ Loading
setup.py +1 −0 Original line number Diff line number Diff line Loading @@ -65,5 +65,6 @@ setup( 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', ], )