diff --git a/deps/k_release b/deps/k_release index 47cc96c8f..ed8334d59 100644 --- a/deps/k_release +++ b/deps/k_release @@ -1 +1 @@ -6.3.63 +6.3.64 diff --git a/deps/pyk_release b/deps/pyk_release index 724af1edc..ee98fcd54 100644 --- a/deps/pyk_release +++ b/deps/pyk_release @@ -1 +1 @@ -v0.1.742 +v0.1.745 diff --git a/package/version b/package/version index f8bc4c625..d8a023ec1 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.18 +0.1.19 diff --git a/pykwasm/poetry.lock b/pykwasm/poetry.lock index 9a474b0a7..afd848fc1 100644 --- a/pykwasm/poetry.lock +++ b/pykwasm/poetry.lock @@ -871,7 +871,7 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyk" -version = "0.1.742" +version = "0.1.745" description = "" optional = false python-versions = "^3.10" @@ -892,8 +892,8 @@ xdg-base-dirs = "^6.0.1" [package.source] type = "git" url = "https://github.com/runtimeverification/pyk.git" -reference = "v0.1.742" -resolved_reference = "e7a09fb5ca8b2df63cfa3bb64e1dac439f81816e" +reference = "v0.1.745" +resolved_reference = "06be94c83d8ddcd79bbec908a65a63a760f2fd0b" [[package]] name = "pyperclip" @@ -1134,4 +1134,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d7e98e8392399714fc1b74609c5cddd852a0a49a561bc5a0c80e621b4bae0c90" +content-hash = "544791f8866674f1ff9644a67cc8efc875d1e1387acb4aee67204458ce680643" diff --git a/pykwasm/pyproject.toml b/pykwasm/pyproject.toml index 6b69a0cf3..ec987f5fb 100644 --- a/pykwasm/pyproject.toml +++ b/pykwasm/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pykwasm" -version = "0.1.18" +version = "0.1.19" description = "" authors = [ "Runtime Verification, Inc. ", @@ -14,7 +14,7 @@ authors = [ python = "^3.10" cytoolz = "^0.12.1" numpy = "^1.24.2" -pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.742" } +pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.745" } py-wasm = {url = "https://github.com/runtimeverification/py-wasm/archive/refs/tags/0.2.0.tar.gz"} [tool.poetry.group.dev.dependencies]