Skip to content

Commit b3bee30

Browse files
committed
Set Version: 1.0.216
1 parent 46ce916 commit b3bee30

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.215
1+
1.0.216

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.215"
7+
version = "1.0.216"
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.215'
8+
VERSION: Final = '1.0.216'

0 commit comments

Comments
 (0)