version number.

This commit is contained in:
St.Huang 2018-07-28 10:32:49 +08:00
parent 0e0d8ce3ec
commit fb079b4f58

View File

@ -23,7 +23,7 @@ from .lang import _
__all__ = ['VERSION', 'Endpoint', 'Template']
VERSION = 'v1.1.7'
VERSION = 'v1.1.8'
class Endpoint:
repository = u'https://github.com/sth2018/FastWordQuery'