Bump up to 1.4.0.dev1

Support for TeensyLC
This commit is contained in:
Ivan Kravets
2015-04-07 23:13:34 +03:00
parent 0765f6f7a5
commit 0a76df910d

View File

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