Updated pyproject.toml version

This commit is contained in:
2025-10-27 22:43:19 +01:00
parent 1ac0a9ff68
commit 0f2fca2a83
3 changed files with 47 additions and 1 deletions

View File

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