Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Commit 62ac147

Browse files
authored
Merge branch 'master' into noah/parallel-prover
2 parents 5132864 + 11ec523 commit 62ac147

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.187
1+
6.0.190

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.490
1+
0.1.491

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "pyk"
7-
version = "0.1.490"
7+
version = "0.1.491"
88
description = ""
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",

src/pyk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from typing import Final
77

88

9-
K_VERSION: Final = '6.0.187'
9+
K_VERSION: Final = '6.0.190'

0 commit comments

Comments
 (0)