Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SCR/valetudo_map_parser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Valetudo map parser.
Version: 0.2.6"""
Version: 0.2.7"""

from pathlib import Path

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "valetudo-map-parser"
version = "0.2.6"
version = "0.2.7"
Comment thread
sca075 marked this conversation as resolved.
description = "A Python library to parse Valetudo map data returning a PIL Image object."
authors = ["Sandro Cantarella <gsca075@gmail.com>"]
license = "Apache-2.0"
Expand All @@ -18,7 +18,7 @@ python = ">=3.13"
numpy = ">=2.0.0"
Pillow = ">=12.0.0"
scipy = ">=1.17.0"
mvcrender = "==0.2.0"
mvcrender = "==0.2.1"

[tool.poetry.group.dev.dependencies]
ruff = "*"
Expand Down
Loading