From 7634631b90730f1491d310aefb9b7ad7f04cc392 Mon Sep 17 00:00:00 2001 From: Kodjo Sossouvi Date: Sat, 18 Oct 2025 22:43:59 +0200 Subject: [PATCH] Updated version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ef2c7f..e0dc16d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "myauth" -version = "0.1.0" # Start with an initial version +version = "0.2.0" # Start with an initial version description = "A reusable, modular authentication system for FastAPI applications with pluggable database backends." readme = "README.md" authors = [