version number.

This commit is contained in:
St.Huang 2018-07-27 00:23:14 +08:00
parent ff279cc5ac
commit 360aa066ec

View File

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