fix pypi trigger

This commit is contained in:
Erdenezul Batmunkh 2018-07-16 09:19:50 +08:00
parent b070e7de07
commit fdba648afb

View File

@ -23,7 +23,7 @@ __all__ = (list(document.__all__) + list(fields.__all__) +
list(signals.__all__) + list(errors.__all__)) list(signals.__all__) + list(errors.__all__))
VERSION = (0, 15, 0) VERSION = (0, 15, 3)
def get_version(): def get_version():