version number

This commit is contained in:
St.Huang 2018-08-27 16:52:29 +08:00
parent 3b90f0f2ea
commit f79ac9b6c4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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