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.
1 parent 64cdede commit af69dbdCopy full SHA for af69dbd
get-platformio.py
pioinstaller/__init__.py
@@ -14,7 +14,7 @@
14
15
import logging.config
16
17
-VERSION = (0, 1, 1)
+VERSION = (0, 2, 0)
18
__version__ = ".".join([str(s) for s in VERSION])
19
20
__title__ = "platformio-installer"
setup.py
@@ -35,7 +35,7 @@
35
license=__license__,
36
install_requires=[
37
# Core
38
- "click==7.0",
+ "click==7.1.1",
39
"requests==2.23.0",
40
"colorama==0.4.3",
41
"semantic-version==2.8.4"
0 commit comments