Skip to content

Commit 8a4a63f

Browse files
committed
update 1.4.0
1 parent c931da9 commit 8a4a63f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pytextclassifier/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@author:XuMing(xuming624@qq.com)
44
@description:
55
"""
6-
__version__ = '1.3.9'
6+
__version__ = '1.4.0'
77

88
from pytextclassifier.classic_classifier import ClassicClassifier
99
from pytextclassifier.fasttext_classifier import FastTextClassifier

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66
from setuptools import setup, find_packages
77

8-
__version__ = '1.3.9'
8+
__version__ = '1.4.0'
99

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

0 commit comments

Comments
 (0)