Skip to content

Commit af69dbd

Browse files
committed
Bump version to 0.2.0
1 parent 64cdede commit af69dbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

get-platformio.py

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

pioinstaller/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import logging.config
1616

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

2020
__title__ = "platformio-installer"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
license=__license__,
3636
install_requires=[
3737
# Core
38-
"click==7.0",
38+
"click==7.1.1",
3939
"requests==2.23.0",
4040
"colorama==0.4.3",
4141
"semantic-version==2.8.4"

0 commit comments

Comments
 (0)