Skip to content

Commit

Permalink
Update dependency: deps/k_release (runtimeverification/pyk#1039)
Browse files Browse the repository at this point in the history
Related:
* #4138

---------

Co-authored-by: devops <[email protected]>
Co-authored-by: Tamás Tóth <[email protected]>
  • Loading branch information
3 people authored and Baltoli committed Apr 10, 2024
1 parent 1f91ec6 commit 0b0137a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pyk/deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.65
6.3.66
4 changes: 2 additions & 2 deletions pyk/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
project = 'pyk'
author = 'Runtime Verification, Inc'
copyright = '2024, Runtime Verification, Inc'
version = '0.1.749'
release = '0.1.749'
version = '0.1.750'
release = '0.1.750'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyk/package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.749
0.1.750
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.749"
version = "0.1.750"
description = ""
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion pyk/regression-new/checkWarns/singletonOverload.k.out
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
Location(10,19,10,54)
10 | | Exp "." Id [unused, overload(_._)]
. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Error] Compiler: Had 2 structural errors.
[Error] Compiler: Had 2 errors after compilation.
[ERROR] Running process failed with returncode 113:
kompile singletonOverload.k --md-selector k --emit-json --warnings all -w2e --no-exc-wrap --backend haskell --output-definition singletonOverload-kompiled --type-inference-mode checked
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.3.65'
K_VERSION: Final = '6.3.66'

0 comments on commit 0b0137a

Please sign in to comment.