Skip to content

Commit

Permalink
Set Version: 0.1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
devops committed Dec 5, 2023
1 parent ceeaa5b commit 3b21552
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.81
0.1.82
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "kontrol"
<<<<<<< HEAD
version = "0.1.60"
version = "0.1.82"
=======
version = "0.1.81"
version = "0.1.82"
>>>>>>> origin/master
description = "Foundry integration for KEVM"
authors = [
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.81'
VERSION: Final = '0.1.82'

0 comments on commit 3b21552

Please sign in to comment.