Skip to content

Commit ce5ba3e

Browse files
committed
Maintenance Release 1.3.5
1 parent d4b1871 commit ce5ba3e

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
@@ -20,7 +20,7 @@
2020
python = pkgs.python310;
2121
packageName = "hydra-check";
2222
# update the pyproject.toml too
23-
packageVersion = "1.3.4";
23+
packageVersion = "1.3.5";
2424
in
2525
{
2626
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.4"
4+
version = "1.3.5"
55
description = "check hydra for the build status of a package"
66
readme = "README.md"
77
license = "MIT"

0 commit comments

Comments
 (0)