Skip to content

Commit

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

* Set Version: 0.1.7

* pyproject.toml: sync pyk version 7.0.111

* deps/k_release: Set Version 7.0.112

* pyproject.toml: sync pyk version 7.0.112

* deps/k_release: Set Version 7.0.113

* pyproject.toml: sync pyk version 7.0.113

* deps/k_release: Set Version 7.0.114

* pyproject.toml: sync pyk version 7.0.114

* deps/k_release: Set Version 7.0.115

* pyproject.toml: sync pyk version 7.0.115

* deps/k_release: Set Version 7.0.116

* pyproject.toml: sync pyk version 7.0.116

* deps/k_release: Set Version 7.0.117

* pyproject.toml: sync pyk version 7.0.117

* deps/k_release: Set Version 7.0.118

* pyproject.toml: sync pyk version 7.0.118

* deps/k_release: Set Version 7.0.119

* pyproject.toml: sync pyk version 7.0.119

* deps/k_release: Set Version 7.0.120

* pyproject.toml: sync pyk version 7.0.120

---------

Co-authored-by: devops <devops@runtimeverification.com>
  • Loading branch information
rv-jenkins and devops authored Jun 10, 2024
1 parent 61469cb commit c29a7d8
Show file tree
Hide file tree
Showing 4 changed files with 13 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.110
7.0.120
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.6
0.1.7
17 changes: 9 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.6"
version = "0.1.7"
description = "K tooling for the RISC-V architecture"
authors = [
"Runtime Verification, Inc. <contact@runtimeverification.com>",
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.110", subdirectory = "pyk" }
pyk = { git = "https://github.com/runtimeverification/k.git", tag = "v7.0.120", subdirectory = "pyk" }

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

0 comments on commit c29a7d8

Please sign in to comment.