From d5f732263a2c76a7b51ecc791e8c7a68ecfde51d Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Wed, 21 Aug 2024 19:18:48 -0700 Subject: [PATCH] set alpha 2.4.0a0 version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 167e194..364c2dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "meshtastic" -version = "2.3.15" +version = "2.4.0a0" description = "Python API & client shell for talking to Meshtastic devices" authors = ["Meshtastic Developers "] license = "GPL-3.0-only"