From 0621d9863931f39cdc43f7ed9b8664ada7848ad6 Mon Sep 17 00:00:00 2001 From: devops Date: Wed, 20 Mar 2024 23:54:24 +0000 Subject: [PATCH] Set Version: 1.0.504 --- 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 c43d4fe191..7e06137429 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.503" +version = "1.0.504" description = "" authors = [ "Runtime Verification, Inc. ", diff --git a/kevm-pyk/src/kevm_pyk/__init__.py b/kevm-pyk/src/kevm_pyk/__init__.py index f1fc33bb65..49ffb62b72 100644 --- a/kevm-pyk/src/kevm_pyk/__init__.py +++ b/kevm-pyk/src/kevm_pyk/__init__.py @@ -6,4 +6,4 @@ from typing import Final -VERSION: Final = '1.0.503' +VERSION: Final = '1.0.504' diff --git a/package/version b/package/version index 624db480c9..0236e72b6f 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.503 +1.0.504