We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2402c3 commit c10e76fCopy full SHA for c10e76f
platformio/__init__.py
@@ -1,7 +1,7 @@
1
# Copyright (C) Ivan Kravets <[email protected]>
2
# See LICENSE for details.
3
4
-VERSION = (0, 3, "0-dev")
+VERSION = (0, 3, 0)
5
__version__ = ".".join([str(s) for s in VERSION])
6
7
__title__ = "platformio"
0 commit comments