Skip to content

Commit

Permalink
update 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shibing624 committed Jul 31, 2024
1 parent c931da9 commit 8a4a63f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytextclassifier/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@author:XuMing(xuming624@qq.com)
@description:
"""
__version__ = '1.3.9'
__version__ = '1.4.0'

from pytextclassifier.classic_classifier import ClassicClassifier
from pytextclassifier.fasttext_classifier import FastTextClassifier
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
from setuptools import setup, find_packages

__version__ = '1.3.9'
__version__ = '1.4.0'

with open('README.md', 'r', encoding='utf-8') as f:
readme = f.read()
Expand Down

0 comments on commit 8a4a63f

Please sign in to comment.