Skip to content

Commit

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

* Set Version: 0.1.5

* pyproject.toml: sync pyk version 7.0.71

* deps/k_release: Set Version 7.0.72

* pyproject.toml: sync pyk version 7.0.72

* deps/k_release: Set Version 7.0.74

* pyproject.toml: sync pyk version 7.0.74

* deps/k_release: Set Version 7.0.75

* pyproject.toml: sync pyk version 7.0.75

* deps/k_release: Set Version 7.0.76

* pyproject.toml: sync pyk version 7.0.76

* deps/k_release: Set Version 7.0.77

* pyproject.toml: sync pyk version 7.0.77

* deps/k_release: Set Version 7.0.78

* pyproject.toml: sync pyk version 7.0.78

* deps/k_release: Set Version 7.0.79

* pyproject.toml: sync pyk version 7.0.79

* deps/k_release: Set Version 7.0.80

* pyproject.toml: sync pyk version 7.0.80

* deps/k_release: Set Version 7.0.81

* pyproject.toml: sync pyk version 7.0.81

* deps/k_release: Set Version 7.0.82

* pyproject.toml: sync pyk version 7.0.82

* deps/k_release: Set Version 7.0.83

* pyproject.toml: sync pyk version 7.0.83

* deps/k_release: Set Version 7.0.84

* pyproject.toml: sync pyk version 7.0.84

* deps/k_release: Set Version 7.0.85

* pyproject.toml: sync pyk version 7.0.85

* deps/k_release: Set Version 7.0.86

* pyproject.toml: sync pyk version 7.0.86

* deps/k_release: Set Version 7.0.87

* pyproject.toml: sync pyk version 7.0.87

* deps/k_release: Set Version 7.0.88

* pyproject.toml: sync pyk version 7.0.88

* deps/k_release: Set Version 7.0.89

* pyproject.toml: sync pyk version 7.0.89

* deps/k_release: Set Version 7.0.90

* pyproject.toml: sync pyk version 7.0.90

* deps/k_release: Set Version 7.0.91

* pyproject.toml: sync pyk version 7.0.91

---------

Co-authored-by: devops <[email protected]>
  • Loading branch information
rv-jenkins and devops authored May 24, 2024
1 parent 863a9e4 commit 158bf87
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 24 deletions.
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.70
7.0.91
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.4
0.1.5
39 changes: 19 additions & 20 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.4"
version = "0.1.5"
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.70", subdirectory = "pyk" }
pyk = { git = "https://github.com/runtimeverification/k.git", tag = "v7.0.91", subdirectory = "pyk" }

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

0 comments on commit 158bf87

Please sign in to comment.