From 1b95af48b7dd295d4ff7235e67710584d475c711 Mon Sep 17 00:00:00 2001 From: ylfeng Date: Wed, 23 Dec 2020 16:37:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ltp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltp/__init__.py b/ltp/__init__.py index 7022ce65f..c327dc1b8 100644 --- a/ltp/__init__.py +++ b/ltp/__init__.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: utf-8 -*_ # Author: Yunlong Feng -__version__ = '4.1.1' +__version__ = '4.1.2' from . import const from . import nn, utils