Skip to content

Commit

Permalink
Update dependency: deps/k_release (runtimeverification/pyk#649)
Browse files Browse the repository at this point in the history
Closes
runtimeverification/haskell-backend#3662

~Blocked by: #3646

---------

Co-authored-by: devops <[email protected]>
Co-authored-by: Everett Hildenbrandt <[email protected]>
  • Loading branch information
3 people authored and Baltoli committed Apr 10, 2024
1 parent 89c5dcb commit bd69b49
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyk/deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.87
6.0.118
2 changes: 1 addition & 1 deletion pyk/package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.448
0.1.449
2 changes: 1 addition & 1 deletion pyk/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 = "pyk"
version = "0.1.448"
version = "0.1.449"
description = ""
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion pyk/src/pyk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from typing import Final


K_VERSION: Final = '6.0.87'
K_VERSION: Final = '6.0.118'

0 comments on commit bd69b49

Please sign in to comment.