Ready for 0.3.0 release

This commit is contained in:
Ivan Kravets
2014-06-21 22:31:11 +03:00
parent a2402c31b7
commit c10e76f157

View File

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