version number.

This commit is contained in:
St.Huang 2018-07-28 16:13:08 +08:00
parent 9608ff8064
commit 5467d1ac20

View File

@ -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'