A handler can only be registered once

This commit is contained in:
2026-01-05 19:53:52 +01:00
parent 618e21e012
commit 662d47ac21
4 changed files with 37 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "mydbengine"
version = "0.2.0"
version = "0.2.1"
description = "A lightweight, git-inspired database engine that maintains complete history of all modifications"
readme = "README.md"
requires-python = ">=3.8"