Skip to content

Commit 700c69e

Browse files
committed
Bump version to 1.0.0
1 parent 73836c5 commit 700c69e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

get-platformio.py

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

pioinstaller/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@
1414

1515
import logging.config
1616

17-
VERSION = (0, 3, 5)
17+
VERSION = (1, 0, 0)
1818
__version__ = ".".join([str(s) for s in VERSION])
1919

2020
__title__ = "platformio-installer"
2121
__description__ = "An installer for PlatformIO Core"
2222

2323
__url__ = "https://platformio.org"
2424

25-
__author__ = "PlatformIO"
26-
__email__ = "[email protected]"
25+
__author__ = "PlatformIO Labs"
26+
__email__ = "[email protected]"
27+
2728

2829
__license__ = "Apache-2.0"
2930
__copyright__ = "Copyright 2014-present PlatformIO"

0 commit comments

Comments
 (0)