diff --git a/HISTORY.rst b/HISTORY.rst index 0643a43a..b39ab92c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,9 @@ Release History =============== +0.9.0 (?) +--------- + 0.8.0 (2014-10-19) ------------------ diff --git a/platformio/__init__.py b/platformio/__init__.py index 1ffc750d..ebb74674 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -1,7 +1,7 @@ # Copyright (C) Ivan Kravets # See LICENSE for details. -VERSION = (0, 8, 0) +VERSION = (0, 9, "0-dev") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"