Bump version number for new development.
This commit is contained in:
parent
0be74c7835
commit
72f8838aad
|
@ -43,7 +43,7 @@ if T.TYPE_CHECKING:
|
|||
KeyedOptionDictType = T.Union[T.Dict['OptionKey', 'UserOption[T.Any]'], OptionOverrideProxy]
|
||||
CompilerCheckCacheKey = T.Tuple[T.Tuple[str, ...], str, str, T.Tuple[str, ...], str]
|
||||
|
||||
version = '0.59.0'
|
||||
version = '0.59.99'
|
||||
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'xcode']
|
||||
|
||||
default_yielding = False
|
||||
|
|
Loading…
Reference in New Issue