diff --git a/package/version b/package/version index 34b317070..814eec791 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.91 +1.0.92 diff --git a/pyproject.toml b/pyproject.toml index 93c5f68f0..e5e279884 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kontrol" -version = "1.0.91" +version = "1.0.92" description = "Foundry integration for KEVM" authors = [ "Runtime Verification, Inc. ", diff --git a/src/kontrol/__init__.py b/src/kontrol/__init__.py index 370ad0551..5d1b2e400 100644 --- a/src/kontrol/__init__.py +++ b/src/kontrol/__init__.py @@ -5,4 +5,4 @@ if TYPE_CHECKING: from typing import Final -VERSION: Final = '1.0.91' +VERSION: Final = '1.0.92'