Commit fe4548b7 authored by narugo1992's avatar narugo1992
Browse files

release(narugo): use version 0.0.4

parent 3a7f9a79
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@ Overview:
__TITLE__ = 'imgutils'

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

#: 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.'

#: Author of this project.
__AUTHOR__ = 'narugo1992'
__AUTHOR__ = 'narugo1992, 7eu7d'

#: Email of the authors'.
__AUTHOR_EMAIL__ = 'narugo@126.com'