From 5467d1ac20000683b2712e11f322d1148e71e439 Mon Sep 17 00:00:00 2001 From: "St.Huang" Date: Sat, 28 Jul 2018 16:13:08 +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 b97c11d..e9fe4d8 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.8' +VERSION = 'v1.1.9' class Endpoint: repository = u'https://github.com/sth2018/FastWordQuery'