diff --git a/pyproject.toml b/pyproject.toml index 93992a2..cfb129f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "ldap-jwt-auth" description = "Python microservice providing user authentication against LDAP server and returning a JSON Web Token" readme = "README.md" requires-python = ">=3.12" -version = "1.0.0" +version = "1.0.1" dependencies = [ "cryptography==43.0.1",