File tree Expand file tree Collapse file tree 3 files changed +311
-73
lines changed Expand file tree Collapse file tree 3 files changed +311
-73
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11# Copyright (c) 2014-present PlatformIO <[email protected] > 2+ # Copyright (c) 2024-present pioarduino
23#
34# Licensed under the Apache License, Version 2.0 (the "License");
45# you may not use this file except in compliance with the License.
1415
1516import logging .config
1617
17- __version__ = "1.3 .0"
18+ __version__ = "1.4 .0"
1819
1920__title__ = "pioarduino-installer"
20- __description__ = "An installer for PlatformIO pioarduino Core"
21+ __description__ = "An installer for pioarduino Core"
2122
2223__url__ = "https://github.com/pioarduino/pioarduino-core-installer"
2324
2627
2728
2829__license__ = "Apache-2.0"
29- __copyright__ = "Copyright 2014-present PlatformIO and pioarduino"
30+ __copyright__ = "Copyright 2014-present PlatformIO and 2024-present pioarduino"
3031
3132
3233logging .basicConfig (format = "%(levelname)s: %(message)s" )
You can’t perform that action at this time.
0 commit comments