diff --git a/package/version b/package/version index f8a8ad2bf..8bb8343fb 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.381 +0.1.382 diff --git a/pyproject.toml b/pyproject.toml index 360a7ea58..501ecb877 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kontrol" -version = "0.1.381" +version = "0.1.382" description = "Foundry integration for KEVM" authors = [ "Runtime Verification, Inc. ", diff --git a/src/kontrol/__init__.py b/src/kontrol/__init__.py index f728786f5..34dd28a69 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.381' +VERSION: Final = '0.1.382'