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 = [