This repository was archived by the owner on Apr 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 99project = 'pyk'
1010author = 'Runtime Verification, Inc'
1111copyright = '2024, Runtime Verification, Inc'
12- version = '0.1.596 '
13- release = '0.1.596 '
12+ version = '0.1.597 '
13+ release = '0.1.597 '
1414
1515# -- General configuration ---------------------------------------------------
1616# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 1- 0.1.596
1+ 0.1.597
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " pyk"
7- version = " 0.1.596 "
7+ version = " 0.1.597 "
88description = " "
99authors = [
1010 " Runtime Verification, Inc. <[email protected] >" ,
Original file line number Diff line number Diff line change @@ -1293,9 +1293,9 @@ def kore_server(
12931293 haskell_log_entries : Iterable [str ] | None = None ,
12941294 # booster
12951295 llvm_definition_dir : Path | None = None ,
1296- fallback_on : Iterable [str | FallbackReason ] | None ,
1297- interim_simplification : int | None ,
1298- no_post_exec_simplify : bool | None ,
1296+ fallback_on : Iterable [str | FallbackReason ] | None = None ,
1297+ interim_simplification : int | None = None ,
1298+ no_post_exec_simplify : bool | None = None ,
12991299 # ---
13001300 bug_report : BugReport | None = None ,
13011301) -> KoreServer :
You can’t perform that action at this time.
0 commit comments