From 10bbc504244887bb59a0e0e2cf363acfc38aadbc Mon Sep 17 00:00:00 2001 From: devops Date: Sun, 7 Apr 2024 10:29:02 +0000 Subject: [PATCH] Set Version: 0.1.778 --- 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 26cf730b3..53c007fdd 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.777' -release = '0.1.777' +version = '0.1.778' +release = '0.1.778' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/package/version b/package/version index da9223fb7..3f36f20c5 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.777 +0.1.778 diff --git a/pyproject.toml b/pyproject.toml index a128f511a..ccf8943e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pyk" -version = "0.1.777" +version = "0.1.778" description = "" authors = [ "Runtime Verification, Inc. ",