Skip to content

Commit

Permalink
dev(narugo): fix setup.py && use version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Jul 2, 2023
1 parent 3347abe commit e94f96e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion imgutils/config/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ' \
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
)

0 comments on commit e94f96e

Please sign in to comment.