diff --git a/install-k b/install-k index 5bdc8bdfe94..70bf5d02d11 100755 --- a/install-k +++ b/install-k @@ -1,6 +1,6 @@ #!/bin/sh -e -K_VERSION=7.0.115 +K_VERSION=7.0.116 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 81a68957076..32534e7521d 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,4 +1,4 @@ -kframework (7.0.115) unstable; urgency=medium +kframework (7.0.116) unstable; urgency=medium * Initial Release. diff --git a/package/version b/package/version index 72700d05ba5..b7b44ab5c18 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -7.0.115 +7.0.116 diff --git a/pyk/docs/conf.py b/pyk/docs/conf.py index 959b7956dcb..d655d87e198 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.115' -release = '7.0.115' +version = '7.0.116' +release = '7.0.116' # -- 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 bb841dd2071..b109c6643ca 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.115" +version = "7.0.116" description = "" authors = [ "Runtime Verification, Inc. ", diff --git a/pyk/src/pyk/__init__.py b/pyk/src/pyk/__init__.py index 00927dad59e..c0a28951011 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.115' +__version__: Final = '7.0.116'