Skip to content

Commit 8a3f81a

Browse files
rv-jenkinsrv-auditoryanliu18
authored
Update dependency: deps/pyk_release (#300)
* deps/pyk_release: Set Version v0.1.556 * Set Version: 0.2.13 * kmir/{pyproject.toml,poetry.lock}: sync Poetry files * flake.{nix,lock}: update Nix derivations * Set Version: 0.2.14 --------- Co-authored-by: devops <[email protected]> Co-authored-by: Yan <[email protected]>
1 parent 94c7914 commit 8a3f81a

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

deps/pyk_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.555
1+
v0.1.556

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
nixpkgs.follows = "k-framework/nixpkgs";
77
flake-utils.follows = "k-framework/flake-utils";
88
rv-utils.follows = "k-framework/rv-utils";
9-
pyk.url = "github:runtimeverification/pyk/v0.1.555";
9+
pyk.url = "github:runtimeverification/pyk/v0.1.556";
1010
nixpkgs-pyk.follows = "pyk/nixpkgs";
1111
poetry2nix.follows = "pyk/poetry2nix";
1212
};

kmir/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kmir/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "kmir"
7-
version = "0.2.13"
7+
version = "0.2.14"
88
description = ""
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",
@@ -13,7 +13,7 @@ authors = [
1313
[tool.poetry.dependencies]
1414
python = "^3.10"
1515
filelock = "3.9.0"
16-
pyk = { git = "https://github.com/runtimeverification/pyk.git", tag = "v0.1.555" }
16+
pyk = { git = "https://github.com/runtimeverification/pyk.git", tag = "v0.1.556" }
1717
pytest-timeout = "2.1.0"
1818

1919
[tool.poetry.group.dev.dependencies]

kmir/src/kmir/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from .kmir import KMIR
44

5-
VERSION: Final = '0.2.13'
5+
VERSION: Final = '0.2.14'

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.13
1+
0.2.14

0 commit comments

Comments
 (0)