Commit e94f96e1 authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): fix setup.py && use version 0.2.1

parent 3347abea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ' \
+1 −0
Original line number Diff line number Diff line
@@ -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',
    ],
)