We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c931da9 commit 8a4a63fCopy full SHA for 8a4a63f
pytextclassifier/__init__.py
@@ -3,7 +3,7 @@
3
@author:XuMing(xuming624@qq.com)
4
@description:
5
"""
6
-__version__ = '1.3.9'
+__version__ = '1.4.0'
7
8
from pytextclassifier.classic_classifier import ClassicClassifier
9
from pytextclassifier.fasttext_classifier import FastTextClassifier
setup.py
@@ -5,7 +5,7 @@
from setuptools import setup, find_packages
10
with open('README.md', 'r', encoding='utf-8') as f:
11
readme = f.read()
0 commit comments