From 5f3de82caa474597c288511ebe935b3d7279a82a Mon Sep 17 00:00:00 2001 From: "St.Huang" Date: Sat, 14 Jul 2018 17:13:19 +0800 Subject: [PATCH] version number --- src/fastwq/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fastwq/constants.py b/src/fastwq/constants.py index 74766b3..21f07f1 100644 --- a/src/fastwq/constants.py +++ b/src/fastwq/constants.py @@ -23,7 +23,7 @@ from .lang import _ __all__ = ['VERSION', 'Endpoint', 'Template'] -VERSION = 'v1.1.4' +VERSION = 'v1.1.5' class Endpoint: repository = u'https://github.com/sth2018/FastWordQuery'