Skip to content

Commit

Permalink
failure to bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin committed Apr 22, 2022
1 parent d82d146 commit 91e5b27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
python = pkgs.python310;
packageName = "hydra-check";
# update the pyproject.toml too
packageVersion = "1.3.3";
packageVersion = "1.3.4";
in
{
packages = rec {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "hydra-check"
# update flake.nix too
version = "1.3.3"
version = "1.3.4"
description = "check hydra for the build status of a package"
readme = "README.md"
license = "MIT"
Expand Down

0 comments on commit 91e5b27

Please sign in to comment.