We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73836c5 + a7dfc86 commit 635a50bCopy full SHA for 635a50b
get-platformio.py
pioinstaller/__init__.py
@@ -14,16 +14,17 @@
14
15
import logging.config
16
17
-VERSION = (0, 3, 5)
+VERSION = (1, 0, 0)
18
__version__ = ".".join([str(s) for s in VERSION])
19
20
__title__ = "platformio-installer"
21
__description__ = "An installer for PlatformIO Core"
22
23
__url__ = "https://platformio.org"
24
25
-__author__ = "PlatformIO"
26
-__email__ = "contact@platformio.org"
+__author__ = "PlatformIO Labs"
+__email__ = "contact@piolabs.com"
27
+
28
29
__license__ = "Apache-2.0"
30
__copyright__ = "Copyright 2014-present PlatformIO"
0 commit comments