Start 0.10.0-dev

This commit is contained in:
Ivan Kravets
2014-12-10 23:13:41 +02:00
parent 311c07e857
commit 69cde35fb7

View File

@ -1,7 +1,7 @@
# Copyright (C) Ivan Kravets <me@ikravets.com>
# See LICENSE for details.
VERSION = (0, 9, 2)
VERSION = (0, 10, "0-dev")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"