Skip to content

Commit 91e5b27

Browse files
committed
failure to bump version
1 parent d82d146 commit 91e5b27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
python = pkgs.python310;
2828
packageName = "hydra-check";
2929
# update the pyproject.toml too
30-
packageVersion = "1.3.3";
30+
packageVersion = "1.3.4";
3131
in
3232
{
3333
packages = rec {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "hydra-check"
33
# update flake.nix too
4-
version = "1.3.3"
4+
version = "1.3.4"
55
description = "check hydra for the build status of a package"
66
readme = "README.md"
77
license = "MIT"

0 commit comments

Comments
 (0)