Ready for 0.2.0-dev

This commit is contained in:
Ivan Kravets
2014-06-13 22:24:30 +03:00
parent 60f099b03c
commit 914f2eeee0

View File

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