From 789eaa3e5dd63ab50dd6a5a678919c2566d783b8 Mon Sep 17 00:00:00 2001 From: Viktor Bozhinov <45173816+VKTB@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:00:04 +0100 Subject: [PATCH] Update project version number - v1.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",