Skip to content

Commit

Permalink
Update version to 1.4.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaveMyYard committed Jul 20, 2023
1 parent 8c29fb7 commit f3e8928
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "robusta-krr"
version = "1.3.2-dev"
version = "1.4.1-dev"
description = "Robusta's Resource Recommendation engine for Kubernetes"
authors = ["Pavel Zhukov <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion robusta_krr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .main import run

__version__ = "1.3.2-dev"
__version__ = "1.4.1-dev"
__all__ = ["run", "__version__"]

0 comments on commit f3e8928

Please sign in to comment.