From 4818acba28815d1fe0ba7948a0ed401d165a67b9 Mon Sep 17 00:00:00 2001 From: devops Date: Tue, 4 Jun 2024 10:27:00 +0000 Subject: [PATCH] Set Version: 1.0.586 --- kevm-pyk/pyproject.toml | 2 +- kevm-pyk/src/kevm_pyk/__init__.py | 2 +- package/version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kevm-pyk/pyproject.toml b/kevm-pyk/pyproject.toml index 40fe71ba2a..cfaa2d9911 100644 --- a/kevm-pyk/pyproject.toml +++ b/kevm-pyk/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kevm-pyk" -version = "1.0.585" +version = "1.0.586" description = "" authors = [ "Runtime Verification, Inc. ", diff --git a/kevm-pyk/src/kevm_pyk/__init__.py b/kevm-pyk/src/kevm_pyk/__init__.py index dbab82e2fd..342794dcb2 100644 --- a/kevm-pyk/src/kevm_pyk/__init__.py +++ b/kevm-pyk/src/kevm_pyk/__init__.py @@ -5,4 +5,4 @@ if TYPE_CHECKING: from typing import Final -VERSION: Final = '1.0.585' +VERSION: Final = '1.0.586' diff --git a/package/version b/package/version index 4d1a4dc836..d38a0a2765 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.585 +1.0.586