Skip to content

Commit

Permalink
Revising init/pyproject file to show correct Major version on master …
Browse files Browse the repository at this point in the history
…branch (#787)

* __init__.py: Revise major version to 1.0.0. to propogate to master branch

* Pyproject Toml Manual update to version 1.0
  • Loading branch information
F-WRunTime authored Aug 23, 2024
1 parent 08f7543 commit bcc91af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "0.1.409"
version = "1.0.0"
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 = '0.1.409'
VERSION: Final = '1.0.0'

0 comments on commit bcc91af

Please sign in to comment.