From 4729d9f55dde821eff13b381c31c3ee7e00e4e4f Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 6 Jan 2024 17:48:47 +0200 Subject: [PATCH] Bump version to 6.1.12b2 --- platformio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/__init__.py b/platformio/__init__.py index 677958c876..dad53f6508 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION = (6, 1, "12b1") +VERSION = (6, 1, "12b2") __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio"