Skip to content

Commit

Permalink
Bump version manually (#712)
Browse files Browse the repository at this point in the history
* Bump version manually > 0.1.361. Release Process will Iron out releases to 0.1.362

* Push release file changes to master and release

---------

Co-authored-by: F-WRunTime <freeman.wenzl@runtimeverification.com>
  • Loading branch information
palinatolmach and F-WRunTime authored Jul 19, 2024
1 parent f030841 commit 9e184fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ jobs:
git push origin release
git tag "release-$(cat package/version)" origin/master
git push origin "release-$(cat package/version)"
git push origin master
fi
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.360
0.1.361
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.360"
version = "0.1.361"
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.360'
VERSION: Final = '0.1.361'

0 comments on commit 9e184fa

Please sign in to comment.