minor bump

This commit is contained in:
onyx-and-iris 2026-03-01 21:13:38 +00:00
parent c851cb5abe
commit 2fd7b8ad8b

View File

@ -1,6 +1,6 @@
[project]
name = "vban-cmd"
version = "2.7.1"
version = "2.8.0"
description = "Python interface for the VBAN RT Packet Service (Sendtext)"
authors = [{ name = "Onyx and Iris", email = "code@onyxandiris.online" }]
license = { text = "MIT" }
@ -9,7 +9,7 @@ requires-python = ">=3.10"
dependencies = ["tomli (>=2.0.1,<3.0) ; python_version < '3.11'"]
[tool.poetry.requires-plugins]
poethepoet = "^0.35.0"
poethepoet = ">=0.42.0"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.4"