Return to 0.11.0-dev

This commit is contained in:
Ivan Kravets
2015-01-06 18:34:31 +02:00
parent 78575f12d5
commit 2672f2c7f6

View File

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