Skip to content

Commit

Permalink
Update dependency: deps/k_release (#4)
Browse files Browse the repository at this point in the history
* deps/k_release: Set Version 7.0.69

* Set Version: 0.1.4

* pyproject.toml: sync pyk version 7.0.69

* deps/k_release: Set Version 7.0.70

* pyproject.toml: sync pyk version 7.0.70

---------

Co-authored-by: devops <[email protected]>
  • Loading branch information
rv-jenkins and devops authored May 16, 2024
1 parent 0402511 commit 863a9e4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.68
7.0.70
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "kriscv"
version = "0.1.3"
version = "0.1.4"
description = "K tooling for the RISC-V architecture"
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand All @@ -15,7 +15,7 @@ riscv-semantics = "kriscv.kdist.plugin"

[tool.poetry.dependencies]
python = "^3.10"
pyk = { git = "https://github.com/runtimeverification/k.git", tag = "v7.0.68", subdirectory = "pyk" }
pyk = { git = "https://github.com/runtimeverification/k.git", tag = "v7.0.70", subdirectory = "pyk" }

[tool.poetry.group.dev.dependencies]
autoflake = "*"
Expand Down

0 comments on commit 863a9e4

Please sign in to comment.