We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683035f commit 2bc6f87Copy full SHA for 2bc6f87
pyproject.toml
@@ -1,13 +1,13 @@
1
[project]
2
name = "vnode"
3
-version = "0.1.1"
+version = "0.1.2"
4
description = "Virtual Meshtastic node using mudp transport and meshdb storage."
5
authors = [
6
{name = "Ben Lipsey",email = "ben@pdxlocations.com"}
7
]
8
license = "GPL-3.0-only"
9
readme = "README.md"
10
-requires-python = ">=3.9"
+requires-python = ">=3.9,<3.15"
11
dependencies = [
12
"cryptography>=43,<45",
13
"meshdb>=0.1.9",
0 commit comments