Switch to v0.8.0

This commit is contained in:
Ivan Kravets
2014-10-06 23:33:45 +03:00
parent 0ea57b8bca
commit 7f1827f1e5

View File

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