From ce9249343429f43f743ca6cff6ec2009c84ef168 Mon Sep 17 00:00:00 2001 From: devops Date: Wed, 27 Mar 2024 17:37:55 +0000 Subject: [PATCH] Set Version: 1.0.512 --- 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 70cb332d84..49bc6452a3 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.511" +version = "1.0.512" description = "" authors = [ "Runtime Verification, Inc. ", diff --git a/kevm-pyk/src/kevm_pyk/__init__.py b/kevm-pyk/src/kevm_pyk/__init__.py index 62794b26c8..69dd95ed90 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.511' +VERSION: Final = '1.0.512' diff --git a/package/version b/package/version index d8db1ce478..0b869e6fcb 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.511 +1.0.512