diff --git a/pyproject.toml b/pyproject.toml index 9f76985..b8cc9bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # MARK: Project info [project] name = "corelibs" -version = "0.11.0" +version = "0.12.0" description = "Collection of utils for Python scripts" readme = "README.md" requires-python = ">=3.13"