Skip to content

Commit

Permalink
v0.9.3: fix readme instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarewk committed Mar 8, 2024
1 parent 33050ca commit 476d720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 476d720

Please sign in to comment.