diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-10-15 16:42:29 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-10-15 16:42:29 +0200 |
| commit | de03c0b9a31a975dabb3c254752daf93974aac30 (patch) | |
| tree | 641dcb5be5fd1c4fb4e72cda371f0093f891435e /pyproject.toml | |
| parent | 7d981cc5e70881cbb8e9cf63fea3cca12a18e112 (diff) | |
update pyproject.toml
Diffstat (limited to 'pyproject.toml')
| -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" }, ] |