From c17543befbb153a4a77272c8a202fe0a43612d3e Mon Sep 17 00:00:00 2001 From: devops Date: Tue, 16 Apr 2024 08:59:19 +0000 Subject: [PATCH] Set Version: 0.1.780 --- 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 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. ",