diff --git a/package/version b/package/version index 90a27f9ce..af0b7ddbf 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -1.0.5 +1.0.6 diff --git a/pyproject.toml b/pyproject.toml index fec8d4538..4019ae592 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kontrol" -version = "1.0.5" +version = "1.0.6" description = "Foundry integration for KEVM" authors = [ "Runtime Verification, Inc. ", diff --git a/src/kontrol/__init__.py b/src/kontrol/__init__.py index 28e53fac6..e6ae35a40 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.5' +VERSION: Final = '1.0.6'