Skip to content

Commit 0dfc545

Browse files
committed
Updated version to 0.1.0
1 parent d3ce67c commit 0dfc545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (C) Ivan Kravets <[email protected]>
22
# See LICENSE for details.
33

4-
VERSION = (0, 1, "0-dev")
4+
VERSION = (0, 1, 0)
55
__version__ = ".".join([str(s) for s in VERSION])
66

77
__title__ = "platformio"

0 commit comments

Comments
 (0)