We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5a6bf commit 61600b7Copy full SHA for 61600b7
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "valetudo-map-parser"
3
-version = "0.2.8"
+version = "0.2.9"
4
description = "A Python library to parse Valetudo map data returning a PIL Image object."
5
authors = ["Sandro Cantarella <gsca075@gmail.com>"]
6
license = "Apache-2.0"
@@ -18,7 +18,7 @@ python = ">=3.13"
18
numpy = ">=2.0.0"
19
Pillow = ">=12.0.0"
20
scipy = ">=1.17.0"
21
-mvcrender = "==0.2.3"
+mvcrender = "==0.2.4"
22
23
[tool.poetry.group.dev.dependencies]
24
ruff = "*"
0 commit comments