v0.28.0: Enum base class added

This commit is contained in:
Clemens Schwaighofer
2025-10-23 13:48:57 +09:00
parent 30bf9c1bcb
commit 6edf9398b7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# MARK: Project info
[project]
name = "corelibs"
version = "0.27.0"
version = "0.28.0"
description = "Collection of utils for Python scripts"
readme = "README.md"
requires-python = ">=3.13"