Commit 6238a8fc authored by narugo1992's avatar narugo1992
Browse files

release(narugo): use version v0.0.3

parent 4fdb27a8
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -7,10 +7,11 @@ Overview:
__TITLE__ = 'imgutils'

#: Version of this project.
__VERSION__ = '0.0.2'
__VERSION__ = '0.0.3'

#: 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 various advanced anime-style image processing models.'
__DESCRIPTION__ = 'A convenient and user-friendly anime-style image data processing library that integrates ' \
                  'various advanced anime-style image processing models.'

#: Author of this project.
__AUTHOR__ = 'narugo1992'