From 7bd95b16a8a99d651556a565dda5ce5095ae0778 Mon Sep 17 00:00:00 2001 From: devops Date: Tue, 27 Feb 2024 18:13:45 +0000 Subject: [PATCH] Set Version: 0.1.658 --- docs/conf.py | 4 ++-- package/version | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 947f7ea84..ec84c841d 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.657' -release = '0.1.657' +version = '0.1.658' +release = '0.1.658' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/package/version b/package/version index e47818b0b..cc9feaadf 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.657 +0.1.658 diff --git a/pyproject.toml b/pyproject.toml index f1db3acff..6197822e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pyk" -version = "0.1.657" +version = "0.1.658" description = "" authors = [ "Runtime Verification, Inc. ",