Skip to content

Commit 2bc6f87

Browse files
committed
chore: Bump version to 0.1.2 and update Python requirement range in pyproject.toml
1 parent 683035f commit 2bc6f87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "vnode"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Virtual Meshtastic node using mudp transport and meshdb storage."
55
authors = [
66
{name = "Ben Lipsey",email = "ben@pdxlocations.com"}
77
]
88
license = "GPL-3.0-only"
99
readme = "README.md"
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.9,<3.15"
1111
dependencies = [
1212
"cryptography>=43,<45",
1313
"meshdb>=0.1.9",

0 commit comments

Comments
 (0)