diff --git a/src/fastwq/constants.py b/src/fastwq/constants.py index f6436f8..2d8a1ad 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.6' +VERSION = 'v1.1.7' class Endpoint: repository = u'https://github.com/sth2018/FastWordQuery'