Skip to content

Commit

Permalink
Set Version: 1.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
rv-jenkins committed Sep 19, 2024
1 parent 4826d05 commit 4eacd0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.25
1.0.26
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "kontrol"
version = "1.0.25"
version = "1.0.26"
description = "Foundry integration for KEVM"
authors = [
"Runtime Verification, Inc. <contact@runtimeverification.com>",
Expand Down
2 changes: 1 addition & 1 deletion src/kontrol/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
if TYPE_CHECKING:
from typing import Final

VERSION: Final = '1.0.25'
VERSION: Final = '1.0.26'

0 comments on commit 4eacd0f

Please sign in to comment.