bump version for RNS 1.0.0

This commit is contained in:
Laura Batalha
2025-07-17 21:27:21 +01:00
parent 1ad5703047
commit 7eb1fb2bb7

View File

@@ -1,6 +1,6 @@
[project]
name = "rnmon"
version = "0.3.3"
version = "0.3.4"
description = "Reticulum Monitoring Daemon"
readme = "README.md"
license = "MIT"
@@ -12,7 +12,7 @@ requires-python = ">=3.9"
dependencies = [
"pyyaml>=6.0.2",
"requests>=2.32.3",
"rns>=0.9.6",
"rns>=1.0.0",
]
keywords = ["reticulum", "monitoring", "influx", "exporter"]