diff options
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index dc3486a..d4f123c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta" [project] name = "nm-pass" -description = "NetworkManager secret agent that reads/writes secrets to password-store" -version = "0.0.1" +description = "NetworkManager secret agent that reads from password-store" +version = "0.1.0" authors = [ { name="Loek Le Blansch", email="loek@pipeframe.xyz" }, ] |