diff --git a/deps/k_release b/deps/k_release index a545989c7..f3fe5fd85 100644 --- a/deps/k_release +++ b/deps/k_release @@ -1 +1 @@ -6.3.77 +6.3.82 diff --git a/docs/conf.py b/docs/conf.py index 09efd2158..84a17e839 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.779' -release = '0.1.779' +version = '0.1.780' +release = '0.1.780' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/package/version b/package/version index eddad3c85..e28e46c66 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.779 +0.1.780 diff --git a/pyproject.toml b/pyproject.toml index 4469514ac..ef3d0e474 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pyk" -version = "0.1.779" +version = "0.1.780" description = "" authors = [ "Runtime Verification, Inc. ", diff --git a/src/pyk/__init__.py b/src/pyk/__init__.py index 62113f5bd..2978821ec 100644 --- a/src/pyk/__init__.py +++ b/src/pyk/__init__.py @@ -6,4 +6,4 @@ from typing import Final -K_VERSION: Final = '6.3.77' +K_VERSION: Final = '6.3.82'