From 476d720d366cc3215c9f373f587030c73cd7d3f5 Mon Sep 17 00:00:00 2001 From: Krzysztof Nazarewski Date: Fri, 8 Mar 2024 09:11:07 +0100 Subject: [PATCH] v0.9.3: fix readme instructions --- .envrc | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.envrc b/.envrc index 7ee60aa..a7b1ad3 100644 --- a/.envrc +++ b/.envrc @@ -1,4 +1,4 @@ -nix_direnv_watch_file poetry.lock pyproject.toml config.nix default.nix +watch_file poetry.lock pyproject.toml config.nix default.nix if ! use flake . --show-trace --print-build-logs --impure; then echo "devenv could not be build. The devenv environment was not loaded. Make the necessary changes to devenv.nix and hit enter to try again." >&2 diff --git a/pyproject.toml b/pyproject.toml index b9b98ac..3f91618 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "keyring-pass" -version = "0.9.2" +version = "0.9.3" description = "https://www.passwordstore.org/ backend for https://pypi.org/project/keyring/" authors = ["Krzysztof Nazarewski <3494992+nazarewk@users.noreply.github.com>"] homepage = "https://github.com/nazarewk/keyring_pass"