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

Commit e5af7e8

Browse files
committed
Merge remote-tracking branch 'upstream/master' into claim-labels
2 parents 04c961d + 23496d9 commit e5af7e8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.96
1+
6.1.98

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
project = 'pyk'
1010
author = 'Runtime Verification, Inc'
1111
copyright = '2024, Runtime Verification, Inc'
12-
version = '0.1.599'
13-
release = '0.1.599'
12+
version = '0.1.600'
13+
release = '0.1.600'
1414

1515
# -- General configuration ---------------------------------------------------
1616
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.599
1+
0.1.600

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.599"
7+
version = "0.1.600"
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.1.96'
9+
K_VERSION: Final = '6.1.98'

0 commit comments

Comments
 (0)