From 2f8e0a9783bba03e3d22a633dd9e40053c5915a7 Mon Sep 17 00:00:00 2001 From: Samuel Balco Date: Mon, 15 Jan 2024 13:42:12 +0000 Subject: [PATCH] Update foundry.nix (#274) * update foundry montly because the nightly build we were using has been deleted on github * Set Version: 0.1.112 * Set Version: 0.1.113 --------- Co-authored-by: devops Co-authored-by: rv-jenkins --- package/version | 2 +- pyproject.toml | 2 +- src/kontrol/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/version b/package/version index 4b9b35d80..c21e67e65 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.112 +0.1.113 diff --git a/pyproject.toml b/pyproject.toml index 3b7ef2efb..f8ee93c97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kontrol" -version = "0.1.112" +version = "0.1.113" description = "Foundry integration for KEVM" authors = [ "Runtime Verification, Inc. ", diff --git a/src/kontrol/__init__.py b/src/kontrol/__init__.py index 7da035e9e..83856c1dd 100644 --- a/src/kontrol/__init__.py +++ b/src/kontrol/__init__.py @@ -5,4 +5,4 @@ if TYPE_CHECKING: from typing import Final -VERSION: Final = '0.1.112' +VERSION: Final = '0.1.113'