Skip to content

Commit 57da086

Browse files
committed
Set Version: 1.0.239
1 parent 041217c commit 57da086

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.238
1+
1.0.239

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "kontrol"
7-
version = "1.0.238"
7+
version = "1.0.239"
88
description = "Foundry integration for KEVM"
99
requires-python = "~=3.10"
1010
dependencies = [

src/kontrol/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
if TYPE_CHECKING:
66
from typing import Final
77

8-
VERSION: Final = '1.0.238'
8+
VERSION: Final = '1.0.239'

0 commit comments

Comments
 (0)