Commit 1aa8d61f authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): release use version v0.3.10

parent 60400359
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ jobs:
        id: commit
        run: |
          git config user.name 'narugo1992'
          git config user.email 'narugo@126.com'
          git config user.email 'narugo992@gmail.com'
          git add -A
          git diff-index --quiet HEAD || git commit -a -m "dev(narugo): auto sync $(date -R)"
      - name: Push changes
@@ -148,7 +148,7 @@ jobs:
        with:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          GIT_CONFIG_NAME: narugo1992
          GIT_CONFIG_EMAIL: narugo@126.com
          GIT_CONFIG_EMAIL: narugo992@gmail.com
          BRANCH: gh-pages # The branch the action should deploy to.
          FOLDER: public # The folder the action should deploy.
          CLEAN: true # Automatically remove deleted files from the deploy branch
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@ jobs:
        run: |
          cd imgutils-models
          git config user.name 'narugo1992'
          git config user.email 'narugo@126.com'
          git config user.email 'narugo992@gmail.com'
          git add -A
          git diff-index --quiet HEAD || git commit -a -m "dev(narugo): model publish $(date -R)"
          git push https://narugo:$HF_TOKEN@huggingface.co/deepghs/imgutils-models main
+3 −3
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@ Overview:
__TITLE__ = 'imgutils'

#: Version of this project.
__VERSION__ = '0.2.10'
__VERSION__ = '0.3.0'

#: 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, 7eu7d'
__AUTHOR__ = 'narugo1992, 7eu7d7'

#: Email of the authors'.
__AUTHOR_EMAIL__ = 'narugo@126.com'
__AUTHOR_EMAIL__ = 'narugo992@gmail.com'
+1 −1
Original line number Diff line number Diff line
"""
Overview:
    Tagging utils based on ML-danbooru which is provided by 7eu7d. The code is here:
    Tagging utils based on ML-danbooru which is provided by 7eu7d7. The code is here:
    `7eu7d7/ML-Danbooru <https://github.com/7eu7d7/ML-Danbooru>`_ .
"""
from functools import lru_cache