diff --git a/HISTORY.rst b/HISTORY.rst index a5e000bb..631991d1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,9 @@ Release History =============== +0.7.0 (?) +--------- + 0.6.0 (2014-08-09) ------------------ diff --git a/platformio/__init__.py b/platformio/__init__.py index b2f1c430..aa4db29f 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -1,7 +1,7 @@ # Copyright (C) Ivan Kravets # See LICENSE for details. -VERSION = (0, 6, 0) +VERSION = (0, 7, "0-dev") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"