diff --git a/pyk/deps/k_release b/pyk/deps/k_release index 9c9b1a858b..d3826cae50 100644 --- a/pyk/deps/k_release +++ b/pyk/deps/k_release @@ -1 +1 @@ -5.6.131 +5.6.133 diff --git a/pyk/package/version b/pyk/package/version index a01350eba8..d6157ba83f 100644 --- a/pyk/package/version +++ b/pyk/package/version @@ -1 +1 @@ -0.1.336 +0.1.337 diff --git a/pyk/pyproject.toml b/pyk/pyproject.toml index a51d37a463..21d5ae291e 100644 --- a/pyk/pyproject.toml +++ b/pyk/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pyk" -version = "0.1.336" +version = "0.1.337" description = "" authors = [ "Runtime Verification, Inc. <contact@runtimeverification.com>", diff --git a/pyk/src/pyk/__init__.py b/pyk/src/pyk/__init__.py index d8447a9a88..54095d4d8d 100644 --- a/pyk/src/pyk/__init__.py +++ b/pyk/src/pyk/__init__.py @@ -6,4 +6,4 @@ from typing import Final -K_VERSION: Final = '5.6.131' +K_VERSION: Final = '5.6.133' diff --git a/pyk/src/tests/integration/k-files/imp-unproveable-spec.k.expected b/pyk/src/tests/integration/k-files/imp-unproveable-spec.k.expected index 26cd7c6af1..de5d941f94 100644 --- a/pyk/src/tests/integration/k-files/imp-unproveable-spec.k.expected +++ b/pyk/src/tests/integration/k-files/imp-unproveable-spec.k.expected @@ -6,9 +6,7 @@ </k> ... </T> - <generatedCounter> - _DotVar3:Int - </generatedCounter> + ... </generatedTop> #And #Not ( #Exists _DotVar3:K . #Exists K0:AExp . { _DotVar2:K #Equals #freezer_+_1_ ( K0:AExp ) ~> _DotVar3:K } )