Bump version number for new development. [skip ci]

This commit is contained in:
Jussi Pakkanen 2019-10-06 22:53:31 +03:00
parent 2779603c68
commit ba1367b588
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ if typing.TYPE_CHECKING:
OptionDictType = typing.Dict[str, 'UserOption[Any]']
version = '0.52.0'
version = '0.52.999'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'vs2019', 'xcode']
default_yielding = False