v0.26.0: Add Symmetric Encryption

This commit is contained in:
Clemens Schwaighofer
2025-10-23 11:48:52 +09:00
parent 543e9766a1
commit e579ef5834
2 changed files with 117 additions and 98 deletions

View File

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