Bump version number for new development.

This commit is contained in:
Jussi Pakkanen 2019-03-10 20:40:31 +02:00
parent 9f48f5fe94
commit 35c3cf2822
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import ast
import argparse
import configparser
version = '0.50.0'
version = '0.50.999'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'xcode']
default_yielding = False