diff --git a/deps/k_release b/deps/k_release index 3da1f7b04..0ea0dfb42 100644 --- a/deps/k_release +++ b/deps/k_release @@ -1 +1 @@ -6.3.74 +6.3.75 diff --git a/docs/conf.py b/docs/conf.py index 1c3d4eb3e..48e4480eb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,8 +9,8 @@ project = 'pyk' author = 'Runtime Verification, Inc' copyright = '2024, Runtime Verification, Inc' -version = '0.1.775' -release = '0.1.775' +version = '0.1.776' +release = '0.1.776' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/package/version b/package/version index 75dd97f91..83a470132 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.775 +0.1.776 diff --git a/pyproject.toml b/pyproject.toml index f59ff3b72..d4567b587 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pyk" -version = "0.1.775" +version = "0.1.776" description = "" authors = [ "Runtime Verification, Inc. ", diff --git a/src/pyk/__init__.py b/src/pyk/__init__.py index 8a188c4b4..1e56c2a9d 100644 --- a/src/pyk/__init__.py +++ b/src/pyk/__init__.py @@ -6,4 +6,4 @@ from typing import Final -K_VERSION: Final = '6.3.74' +K_VERSION: Final = '6.3.75'