Skip to content

Commit 1a059a5

Browse files
committed
Bump version to 0.3.3
1 parent dd35c85 commit 1a059a5

File tree

2 files changed

+24
-8
lines changed

2 files changed

+24
-8
lines changed

get-platformio.py

Lines changed: 23 additions & 7 deletions
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, 3, 2)
17+
VERSION = (0, 3, 3)
1818
__version__ = ".".join([str(s) for s in VERSION])
1919

2020
__title__ = "platformio-installer"

0 commit comments

Comments
 (0)