Skip to content

Commit

Permalink
release 0.40.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Sep 2, 2024
1 parent 6ddc6f6 commit 1b17048
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kraken-build/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packages = [
{include = "kraken/std", from = "src"},
]
readme = "README.md"
version = "0.40.0"
version = "0.40.1"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/kraken-build/kraken-build/issues"
Expand Down
2 changes: 1 addition & 1 deletion kraken-build/src/kraken/common/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.40.0"
__version__ = "0.40.1"

from . import path
from ._argparse import propagate_argparse_formatter_to_subparser
Expand Down
2 changes: 1 addition & 1 deletion kraken-build/src/kraken/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.40.0"
__version__ = "0.40.1"

from kraken.core.address import Address
from kraken.core.system.context import Context, ContextEvent
Expand Down
2 changes: 1 addition & 1 deletion kraken-build/src/kraken/std/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.40.0"
__version__ = "0.40.1"

0 comments on commit 1b17048

Please sign in to comment.