diff --git a/install-k b/install-k index ab2065f46c7..fe4385f2ec6 100755 --- a/install-k +++ b/install-k @@ -1,6 +1,6 @@ #!/bin/sh -e -K_VERSION=7.0.105 +K_VERSION=7.0.106 if [ `id -u` -ne 0 ]; then echo "$0: error: This script must be run as root." diff --git a/package/debian/changelog b/package/debian/changelog index 1d2670449f5..b4187f7bf3c 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,4 +1,4 @@ -kframework (7.0.105) unstable; urgency=medium +kframework (7.0.106) unstable; urgency=medium * Initial Release. diff --git a/package/version b/package/version index 06996922b31..45158c60d19 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -7.0.105 +7.0.106 diff --git a/pyk/docs/conf.py b/pyk/docs/conf.py index 75319d98d06..4f7a391b8ee 100644 --- a/pyk/docs/conf.py +++ b/pyk/docs/conf.py @@ -9,8 +9,8 @@ project = 'pyk' author = 'Runtime Verification, Inc' copyright = '2024, Runtime Verification, Inc' -version = '7.0.105' -release = '7.0.105' +version = '7.0.106' +release = '7.0.106' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyk/pyproject.toml b/pyk/pyproject.toml index 5764396cfc9..f220873467e 100644 --- a/pyk/pyproject.toml +++ b/pyk/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pyk" -version = "7.0.105" +version = "7.0.106" description = "" authors = [ "Runtime Verification, Inc. ", diff --git a/pyk/src/pyk/__init__.py b/pyk/src/pyk/__init__.py index 822d4aeb6e6..a7bccf00c55 100644 --- a/pyk/src/pyk/__init__.py +++ b/pyk/src/pyk/__init__.py @@ -6,4 +6,4 @@ from typing import Final -__version__: Final = '7.0.105' +__version__: Final = '7.0.106'